Home
last modified time | relevance | path

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

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