Searched refs:REQ_DM_POLL_LIST (Results 1 - 1 of 1) sorted by last modified time

/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;
1680 if (!(bio->bi_opf & REQ_DM_POLL_LIST)) {
1681 bio->bi_opf |= REQ_DM_POLL_LIST;
1922 /* Only poll normal bio which was marked as REQ_DM_POLL_LIST */
1923 if (!(bio->bi_opf & REQ_DM_POLL_LIST))
1934 * clearing REQ_DM_POLL_LIST here.
1936 bio->bi_opf &= ~REQ_DM_POLL_LIST;
1955 bio->bi_opf |= REQ_DM_POLL_LIST;
[all...]

Completed in 164 milliseconds