Searched refs:flush_rq (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/block/ |
A D | blk-flush.c | 238 blk_account_io_flush(flush_rq); in flush_end_io() 251 flush_rq->tag = BLK_MQ_NO_TAG; in flush_end_io() 253 blk_mq_put_driver_tag(flush_rq); in flush_end_io() 299 struct request *flush_rq = fq->flush_rq; in blk_kick_flush() local 317 blk_rq_init(q, flush_rq); in blk_kick_flush() 327 flush_rq->mq_ctx = first_rq->mq_ctx; in blk_kick_flush() 331 flush_rq->tag = first_rq->tag; in blk_kick_flush() 345 flush_rq->end_io = flush_end_io; in blk_kick_flush() 353 req_ref_set(flush_rq, 1); in blk_kick_flush() 485 if (!fq->flush_rq) in blk_alloc_flush_queue() [all …]
|
A D | blk-mq.c | 3550 unsigned int queue_depth, struct request *flush_rq) in blk_mq_clear_flush_rq_mapping() argument 3559 WARN_ON_ONCE(req_ref_read(flush_rq) != 0); in blk_mq_clear_flush_rq_mapping() 3562 cmpxchg(&tags->rqs[i], flush_rq, NULL); in blk_mq_clear_flush_rq_mapping() 3579 struct request *flush_rq = hctx->fq->flush_rq; in blk_mq_exit_hctx() local 3586 set->queue_depth, flush_rq); in blk_mq_exit_hctx() 3588 set->ops->exit_request(set, flush_rq, hctx_idx); in blk_mq_exit_hctx() 3632 if (blk_mq_init_request(set, hctx->fq->flush_rq, hctx_idx, in blk_mq_init_hctx() 3643 set->ops->exit_request(set, hctx->fq->flush_rq, hctx_idx); in blk_mq_init_hctx()
|
A D | blk.h | 24 struct request *flush_rq; member
|
/linux-6.3-rc2/drivers/infiniband/hw/irdma/ |
A D | ctrl.c | 2204 bool flush_sq = false, flush_rq = false; in irdma_sc_qp_flush_wqes() local 2206 if (info->rq && !qp->flush_rq) in irdma_sc_qp_flush_wqes() 2207 flush_rq = true; in irdma_sc_qp_flush_wqes() 2211 qp->flush_rq |= flush_rq; in irdma_sc_qp_flush_wqes() 2213 if (!flush_sq && !flush_rq) { in irdma_sc_qp_flush_wqes() 2226 if (flush_rq) in irdma_sc_qp_flush_wqes() 2249 FIELD_PREP(IRDMA_CQPSQ_FWQE_FLUSHRQ, flush_rq) | in irdma_sc_qp_flush_wqes()
|
A D | type.h | 522 bool flush_rq:1; member
|
A D | hw.c | 2703 iwqp->sc_qp.flush_rq = false; in irdma_flush_wqes()
|
Completed in 50 milliseconds