Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-mq.h246 static inline int __blk_mq_active_requests(struct blk_mq_hw_ctx *hctx) in __blk_mq_active_requests() function
374 return __blk_mq_active_requests(hctx) < depth; in hctx_may_queue()
Dblk-mq-debugfs.c530 seq_printf(m, "%d\n", __blk_mq_active_requests(hctx)); in hctx_active_show()