Searched refs:this_q (Results 1 – 2 of 2) sorted by relevance
2247 struct ublk_queue *this_q = req->mq_hctx->driver_data; in ublk_batch_queue_rqs() 2248 struct ublk_io *this_io = &this_q->ios[req->tag]; in ublk_batch_queue_rqs() 2250 if (ublk_prep_req(this_q, req, true) != BLK_STS_OK) {2300 struct ublk_queue *this_q = req->mq_hctx->driver_data; in ublk_queue_reinit() 2302 if (ublk_prep_req(this_q, req, true) != BLK_STS_OK) { in ublk_queue_reinit() 2307 if (ubq && this_q != ubq && !rq_list_empty(&submit_list)) in ublk_queue_reinit() 2309 ubq = this_q; in ublk_ch_open() 2180 struct ublk_queue *this_q = req->mq_hctx->driver_data; ublk_queue_rqs() local 2233 struct ublk_queue *this_q = req->mq_hctx->driver_data; ublk_batch_queue_rqs() local
2865 struct request_queue *this_q = rq->q; in blk_mq_extract_queue_requests() local 2873 if (rq->q == this_q) { in blk_mq_extract_queue_requests()