Home
last modified time | relevance | path

Searched refs:cleanup_rq (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dblk-mq.h375 void (*cleanup_rq)(struct request *); member
620 if (rq->q->mq_ops->cleanup_rq) in blk_mq_cleanup_rq()
621 rq->q->mq_ops->cleanup_rq(rq); in blk_mq_cleanup_rq()