Searched refs:IOPOLL_F_SCHED (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
H A Dblk-iopoll.h17 IOPOLL_F_SCHED = 0, enumerator in enum:__anon12114
22 * Returns 0 if we successfully set the IOPOLL_F_SCHED bit, indicating
29 return test_and_set_bit(IOPOLL_F_SCHED, &iop->state); blk_iopoll_sched_prep()
/linux-4.4.14/block/
H A Dblk-iopoll.c53 clear_bit_unlock(IOPOLL_F_SCHED, &iop->state); __blk_iopoll_complete()
108 if (test_bit(IOPOLL_F_SCHED, &iop->state)) blk_iopoll_softirq()
147 while (test_and_set_bit(IOPOLL_F_SCHED, &iop->state)) blk_iopoll_disable()
163 BUG_ON(!test_bit(IOPOLL_F_SCHED, &iop->state)); blk_iopoll_enable()
165 clear_bit_unlock(IOPOLL_F_SCHED, &iop->state); blk_iopoll_enable()
185 set_bit(IOPOLL_F_SCHED, &iop->state); blk_iopoll_init()

Completed in 82 milliseconds