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

/linux-4.4.14/include/linux/
H A Dblk-iopoll.h18 IOPOLL_F_DISABLE = 1, enumerator in enum:__anon12114
28 if (!test_bit(IOPOLL_F_DISABLE, &iop->state)) blk_iopoll_sched_prep()
36 return test_bit(IOPOLL_F_DISABLE, &iop->state); blk_iopoll_disable_pending()
/linux-4.4.14/block/
H A Dblk-iopoll.c146 set_bit(IOPOLL_F_DISABLE, &iop->state); blk_iopoll_disable()
149 clear_bit(IOPOLL_F_DISABLE, &iop->state); blk_iopoll_disable()

Completed in 85 milliseconds