Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-mq.h330 static inline int __blk_mq_active_requests(struct blk_mq_hw_ctx *hctx) in __blk_mq_active_requests() function
417 return __blk_mq_active_requests(hctx) < depth; in hctx_may_queue()
Dblk-mq-debugfs.c488 seq_printf(m, "%d\n", __blk_mq_active_requests(hctx)); in hctx_active_show()