Searched refs:IN_WAKEUP (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dsem.c65 * intermediate state (IN_WAKEUP).
202 * * setting queue.status to IN_WAKEUP
208 * * if it's IN_WAKEUP, then it must wait until the value changes
228 #define IN_WAKEUP 1 macro
425 q->status = IN_WAKEUP;
1266 * Retrieve the return code from the pending queue. If IN_WAKEUP is found in
1279 while (unlikely(error == IN_WAKEUP)) {

Completed in 68 milliseconds