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

/linux-4.4.14/ipc/
H A Dsem.c64 * intermediate state (IN_WAKEUP).
459 * * setting queue.status to IN_WAKEUP
465 * * if it's IN_WAKEUP, then it must wait until the value changes
485 #define IN_WAKEUP 1 macro
700 q->status = IN_WAKEUP; wake_up_sem_queue_prepare()
1771 * Retrieve the return code from the pending queue. If IN_WAKEUP is found in
1784 while (unlikely(error == IN_WAKEUP)) { get_queue_result()

Completed in 60 milliseconds