Searched refs:rqb (Results 1 – 2 of 2) sorted by relevance
81 struct request *rqb = container_of(b, struct request, queuelist); in sched_rq_cmp() local83 return rqa->mq_hctx > rqb->mq_hctx; in sched_rq_cmp()
1936 struct request *rqb = container_of(b, struct request, queuelist); in plug_rq_cmp() local1938 if (rqa->mq_ctx != rqb->mq_ctx) in plug_rq_cmp()1939 return rqa->mq_ctx > rqb->mq_ctx; in plug_rq_cmp()1940 if (rqa->mq_hctx != rqb->mq_hctx) in plug_rq_cmp()1941 return rqa->mq_hctx > rqb->mq_hctx; in plug_rq_cmp()1943 return blk_rq_pos(rqa) > blk_rq_pos(rqb); in plug_rq_cmp()