Home
last modified time | relevance | path

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

/linux/rust/kernel/block/mq/
H A Doperations.rs240 show_rq: None,
/linux/block/
H A Dblk-mq-debugfs.c284 if (mq_ops->show_rq) in __blk_mq_debugfs_rq_show()
285 mq_ops->show_rq(m, rq); in __blk_mq_debugfs_rq_show()
/linux/include/linux/
H A Dblk-mq.h661 * @show_rq: Used by the debugfs implementation to show driver-specific
664 void (*show_rq)(struct seq_file *m, struct request *rq); member
/linux/drivers/scsi/
H A Dscsi_lib.c2025 .show_rq = scsi_show_rq,
2054 .show_rq = scsi_show_rq,