Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-iopoll.c53 clear_bit_unlock(IOPOLL_F_SCHED, &iop->state); in __blk_iopoll_complete()
108 if (test_bit(IOPOLL_F_SCHED, &iop->state)) in blk_iopoll_softirq()
147 while (test_and_set_bit(IOPOLL_F_SCHED, &iop->state)) in blk_iopoll_disable()
163 BUG_ON(!test_bit(IOPOLL_F_SCHED, &iop->state)); in blk_iopoll_enable()
165 clear_bit_unlock(IOPOLL_F_SCHED, &iop->state); in blk_iopoll_enable()
185 set_bit(IOPOLL_F_SCHED, &iop->state); in blk_iopoll_init()
/linux-4.1.27/include/linux/
Dblk-iopoll.h17 IOPOLL_F_SCHED = 0, enumerator
29 return test_and_set_bit(IOPOLL_F_SCHED, &iop->state); in blk_iopoll_sched_prep()