Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsbitmap.h601 void sbitmap_queue_show(struct sbitmap_queue *sbq, struct seq_file *m);
/linux/lib/
H A Dsbitmap.c709 void sbitmap_queue_show(struct sbitmap_queue *sbq, struct seq_file *m) in sbitmap_queue_show() function
741 EXPORT_SYMBOL_GPL(sbitmap_queue_show);
/linux/block/
H A Dblk-mq-debugfs.c408 sbitmap_queue_show(&tags->bitmap_tags, m); in blk_mq_debugfs_tags_show()
412 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); \