Searched refs:this_q (Results 1 – 1 of 1) sorted by relevance
2272 struct ublk_queue *this_q = req->mq_hctx->driver_data; in ublk_queue_rqs() local2273 struct ublk_io *this_io = &this_q->ios[req->tag]; in ublk_queue_rqs()2275 if (ublk_prep_req(this_q, req, true) != BLK_STS_OK) { in ublk_queue_rqs()2325 struct ublk_queue *this_q = req->mq_hctx->driver_data; in ublk_batch_queue_rqs() local2327 if (ublk_prep_req(this_q, req, true) != BLK_STS_OK) { in ublk_batch_queue_rqs()2332 if (ubq && this_q != ubq && !rq_list_empty(&submit_list)) in ublk_batch_queue_rqs()2334 ubq = this_q; in ublk_batch_queue_rqs()