Found in torvalds/linux-2.6.git -> kernel/mutex.c line 171
I have tried to find it on Google and such to no avail.
What does for (;;) instruct?<
for (;;)
It is same as writing infinite loop using " for " statement but u have to use break or some other statement that can get out of this loop.