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

/linux-master/drivers/md/
H A Ddm.c49 #define REQ_DM_POLL_LIST REQ_DRV macro
632 /* REQ_DM_POLL_LIST shouldn't be inherited */
633 clone->bi_opf &= ~REQ_DM_POLL_LIST;
1693 if (!(bio->bi_opf & REQ_DM_POLL_LIST)) {
1694 bio->bi_opf |= REQ_DM_POLL_LIST;
1895 /* Only poll normal bio which was marked as REQ_DM_POLL_LIST */
1896 if (!(bio->bi_opf & REQ_DM_POLL_LIST))
1907 * clearing REQ_DM_POLL_LIST here.
1909 bio->bi_opf &= ~REQ_DM_POLL_LIST;
1928 bio->bi_opf |= REQ_DM_POLL_LIST;
[all...]

Completed in 113 milliseconds