Lines Matching full:cleared
55 * wait_on_bit - wait for a bit to be cleared
66 * Returned value will be zero if the bit was cleared, or non-zero
82 * wait_on_bit_io - wait for a bit to be cleared
88 * to be cleared. This is similar to wait_on_bit(), but calls
91 * Returned value will be zero if the bit was cleared, or non-zero
107 * wait_on_bit_timeout - wait for a bit to be cleared or a timeout elapses
114 * to be cleared. This is similar to wait_on_bit(), except also takes a
117 * Returned value will be zero if the bit was cleared before the
134 * wait_on_bit_action - wait for a bit to be cleared
141 * to be cleared, and allow the waiting action to be specified.
145 * Returned value will be zero if the bit was cleared, or non-zero
160 * wait_on_bit_lock - wait for a bit to be cleared, when wanting to set it
188 * wait_on_bit_lock_io - wait for a bit to be cleared, when wanting to set it
194 * to be cleared and then to atomically set it. This is similar
212 * wait_on_bit_lock_action - wait for a bit to be cleared, when wanting to set it
219 * to be cleared and then to set it, and allow the waiting action