Home
last modified time | relevance | path

Searched refs:sbitmap_queue_show (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dsbitmap.h596 void sbitmap_queue_show(struct sbitmap_queue *sbq, struct seq_file *m);
/openbmc/linux/lib/
H A Dsbitmap.c692 void sbitmap_queue_show(struct sbitmap_queue *sbq, struct seq_file *m) in sbitmap_queue_show() function
724 EXPORT_SYMBOL_GPL(sbitmap_queue_show);
/openbmc/linux/block/
H A Dblk-mq-debugfs.c407 sbitmap_queue_show(&tags->bitmap_tags, m); in blk_mq_debugfs_tags_show()
411 sbitmap_queue_show(&tags->breserved_tags, m); in blk_mq_debugfs_tags_show()
H A Dkyber-iosched.c906 sbitmap_queue_show(&kqd->domain_tokens[domain], m); \