Lines Matching full:cleared
54 * wait_on_bit - wait for a bit to be cleared
60 * to be cleared. The clearing of the bit must be signalled with
67 * Returned value will be zero if the bit was cleared in which case the
83 * wait_on_bit_io - wait for a bit to be cleared
89 * to be cleared. The clearing of the bit must be signalled with
95 * Returned value will be zero if the bit was cleared in which case the
111 * wait_on_bit_timeout - wait for a bit to be cleared or a timeout to elapse
118 * DECLARE_BITMAP()) to be cleared, or for a timeout to expire. The
125 * Returned value will be zero if the bit was cleared in which case the
143 * wait_on_bit_action - wait for a bit to be cleared
150 * to be cleared. The clearing of the bit must be signalled with
156 * Returned value will be zero if the bit was cleared in which case the
171 * wait_on_bit_lock - wait for a bit to be cleared, then set it
177 * DECLARE_BITMAP()) to be cleared. The clearing of the bit must be
198 * wait_on_bit_lock_io - wait for a bit to be cleared, then set it
204 * DECLARE_BITMAP()) to be cleared. The clearing of the bit must be
225 * wait_on_bit_lock_action - wait for a bit to be cleared, then set it
545 * The designated bit is cleared and any tasks waiting in wait_on_bit()
563 * If the bit is set and can be atomically cleared, any tasks waiting in