Searched refs:bt_for_each (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq-tag.c | 298 * bt_for_each - iterate over the requests associated with a hardware queue 312 static void bt_for_each(struct blk_mq_hw_ctx *hctx, struct request_queue *q, in bt_for_each() function 513 bt_for_each(NULL, q, bresv, fn, priv, true); in blk_mq_queue_tag_busy_iter() 514 bt_for_each(NULL, q, btags, fn, priv, false); in blk_mq_queue_tag_busy_iter() 532 bt_for_each(hctx, q, bresv, fn, priv, true); in blk_mq_queue_tag_busy_iter() 533 bt_for_each(hctx, q, btags, fn, priv, false); in blk_mq_queue_tag_busy_iter()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-mq-tag.c | 242 * bt_for_each - iterate over the requests associated with a hardware queue 255 static void bt_for_each(struct blk_mq_hw_ctx *hctx, struct sbitmap_queue *bt, in bt_for_each() function 461 bt_for_each(hctx, tags->breserved_tags, fn, priv, true); in blk_mq_queue_tag_busy_iter() 462 bt_for_each(hctx, tags->bitmap_tags, fn, priv, false); in blk_mq_queue_tag_busy_iter()
|
Completed in 2 milliseconds