Searched refs:this_q (Results 1 – 2 of 2) sorted by relevance
2180 struct ublk_queue *this_q = req->mq_hctx->driver_data; in ublk_queue_rqs() local2181 struct ublk_io *this_io = &this_q->ios[req->tag]; in ublk_queue_rqs()2183 if (ublk_prep_req(this_q, req, true) != BLK_STS_OK) { in ublk_queue_rqs()2233 struct ublk_queue *this_q = req->mq_hctx->driver_data; in ublk_batch_queue_rqs() local2235 if (ublk_prep_req(this_q, req, true) != BLK_STS_OK) { in ublk_batch_queue_rqs()2240 if (ubq && this_q != ubq && !rq_list_empty(&submit_list)) in ublk_batch_queue_rqs()2242 ubq = this_q; in ublk_batch_queue_rqs()
2865 struct request_queue *this_q = rq->q; in blk_mq_extract_queue_requests() local2873 if (rq->q == this_q) { in blk_mq_extract_queue_requests()