Home
last modified time | relevance | path

Searched refs:RQF_ELVPRIV (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/block/
Dblk-core.c1210 if (rq->rq_flags & RQF_ELVPRIV) { in blk_free_request()
1279 if (rq_flags & RQF_ELVPRIV) in freed_request()
1419 rq_flags |= RQF_ELVPRIV; in __get_request()
1442 if (rq_flags & RQF_ELVPRIV) { in __get_request()
1481 rq->rq_flags &= ~RQF_ELVPRIV; in __get_request()
Delevator.c633 } else if (!(rq->rq_flags & RQF_ELVPRIV) && in __elv_add_request()
Dblk-mq.c392 rq->rq_flags |= RQF_ELVPRIV; in blk_mq_get_request()
493 if (rq->rq_flags & RQF_ELVPRIV) { in blk_mq_free_request()
Dbfq-iosched.c4799 if (unlikely(!(rq->rq_flags & RQF_ELVPRIV))) in bfq_finish_requeue_request()
/Linux-v4.19/include/linux/
Dblkdev.h110 #define RQF_ELVPRIV ((__force req_flags_t)(1 << 12)) macro