Lines Matching full:waiting
63 * call wait_on_bit() in threads waiting for the bit to clear.
64 * One uses wait_on_bit() where one is waiting for the bit to clear,
89 * io_schedule() instead of schedule() for the actual waiting.
141 * to be cleared, and allow the waiting action to be specified.
142 * This is like wait_on_bit() but allows fine control of how the waiting
169 * and waiting for it to clear before setting it, one would call
170 * wait_on_bit() in threads waiting to be able to set the bit.
171 * One uses wait_on_bit_lock() where one is waiting for the bit to
196 * for the actual waiting.
219 * to be cleared and then to set it, and allow the waiting action
221 * This is like wait_on_bit() but allows fine control of how the waiting
322 * clear_and_wake_up_bit - clear a bit and wake up anyone waiting on that bit