Lines Matching full:will

63  * The process will wait on a waitqueue selected by hash from a shared
64 * pool. It will only be woken on a wake_up for the target bit, even
67 * Returned value will be zero if the bit was cleared in which case the
95 * Returned value will be zero if the bit was cleared in which case the
125 * Returned value will be zero if the bit was cleared in which case the
156 * Returned value will be zero if the bit was cleared in which case the
183 * Returned value will be zero if the bit was successfully set in which
234 * Returned value will be zero if the bit was successfully set in which
296 * The process will wait on a waitqueue selected by hash from a shared
297 * pool. It will only be woken on a wake_up for the given address.
301 * condition became true will be visible after the wait completes.
321 * The process will wait on a waitqueue selected by hash from a shared
322 * pool. It will only be woken on a wake_up for the given address.
329 * condition became true will be visible after the wait completes.
359 * condition became true will be visible after the wait completes.
393 * condition became true will be visible after the wait completes.
423 * condition became true will be visible after the wait completes.
443 * a lock. The variables assessed in the condition will normal be updated
450 * This must be called while the given lock is held and the lock will be
451 * dropped when schedule() is called to wait for a wake up, and will be
477 * a spinlock. The variables assessed in the condition will normal be updated
484 * This must be called while the given lock is held and the lock will be
485 * dropped when schedule() is called to wait for a wake up, and will be
498 * a mutex. The variables assessed in the condition will normal be
505 * This must be called while the given mutex is held and the mutex will be
506 * dropped when schedule() is called to wait for a wake up, and will be
546 * or similar will be woken. This call has RELEASE semantics so that
564 * wait_on_bit() or similar will be woken. This call has the same