Home
last modified time | relevance | path

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

/linux-6.14.4/block/
Dblk-sysfs.c259 return queue_var_show(!!blk_queue_passthrough_stat(disk->queue), page); in queue_iostats_passthrough_show()
Dblk-mq.c1062 if (!blk_queue_passthrough_stat(req->q)) in blk_rq_passthrough_stats()
/linux-6.14.4/include/linux/
Dblkdev.h641 #define blk_queue_passthrough_stat(q) \ macro