Home
last modified time | relevance | path

Searched refs:breserved_tags (Results 1 – 5 of 5) sorted by relevance

/linux/block/
H A Dblk-mq-tag.c28 sbitmap_queue_recalculate_wake_batch(&tags->breserved_tags, in blk_mq_update_wake_batch()
73 sbitmap_queue_wake_all(&tags->breserved_tags); in blk_mq_tag_wakeup_all()
147 bt = &tags->breserved_tags; in blk_mq_get_tag()
196 bt = &tags->breserved_tags; in blk_mq_get_tag()
234 sbitmap_queue_clear(&tags->breserved_tags, tag, ctx->cpu); in blk_mq_put_tag()
400 bt_tags_for_each(tags, &tags->breserved_tags, fn, priv, in __blk_mq_all_tag_iter()
509 struct sbitmap_queue *bresv = &tags->breserved_tags; in blk_mq_queue_tag_busy_iter()
521 struct sbitmap_queue *bresv = &tags->breserved_tags; in blk_mq_queue_tag_busy_iter()
547 struct sbitmap_queue *breserved_tags, in blk_mq_init_bitmaps() argument
556 if (bt_alloc(breserved_tags, reserved, round_robin, node)) in blk_mq_init_bitmaps()
[all …]
H A Dblk-mq.h167 struct sbitmap_queue *breserved_tags, unsigned int queue_depth,
H A Dblk-mq-debugfs.c409 sbitmap_queue_show(&tags->breserved_tags, m); in blk_mq_debugfs_tags_show()
H A Dblk-mq.c1759 bt = &rq->mq_hctx->tags->breserved_tags; in __blk_mq_alloc_driver_tag()
1830 sbq = &hctx->tags->breserved_tags; in blk_mq_mark_tag_wait()
/linux/include/linux/
H A Dblk-mq.h740 struct sbitmap_queue breserved_tags; member