Lines Matching full:wake

69  * signal and the mode permitted wake up on that signal.
97 * signal and the mode permitted wake up on that signal.
127 * signal and the mode permitted wake up on that signal, or %-EAGAIN if the
186 * the mode permitted wake up on that signal.
213 * the @mode allows that signal to wake the process.
292 * Wait for a @condition to be true, only re-checking when a wake up is
317 * wake up is received for the given @var (an arbitrary kernel address
349 * only re-checking the condition when a wake up is received for the given
382 * re-checking the condition when a wake up is received for the given
414 * re-checking the condition when a wake up is received for the given
444 * under the same lock, and the wake up should be signalled with
451 * dropped when schedule() is called to wait for a wake up, and will be
478 * under the same spinlock, and the wake up should be signalled with
485 * dropped when schedule() is called to wait for a wake up, and will be
499 * updated under the same mutex, and the wake up should be signalled
506 * dropped when schedule() is called to wait for a wake up, and will be
513 * wake_up_var_protected - wake up waiters for a variable asserting that it is safe
529 * wake_up_var_locked - wake up waiters for a variable while holding a spinlock or mutex
533 * Send a wake up for the given variable which should be waited for with
541 * clear_and_wake_up_bit - clear a bit and wake up anyone waiting on that bit
559 * test_and_clear_wake_up_bit - clear a bit if it was set: wake up anyone waiting on that bit
569 * Returns %true if the bit was successfully set and the wake up was sent.
581 * atomic_dec_and_wake_up - decrement an atomic_t and if zero, wake up waiters
589 * Returns %true is the variable reaches zero and the wake up was sent.
606 * Store the given value in the variable send a wake up to any tasks