Home
last modified time | relevance | path

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

/linux/block/ !
H A Dblk-mq-sysfs.c151 hctx_for_each_ctx(hctx, ctx, i) in blk_mq_unregister_hctx()
172 hctx_for_each_ctx(hctx, ctx, i) { in blk_mq_register_hctx()
180 hctx_for_each_ctx(hctx, ctx, j) { in blk_mq_register_hctx()
H A Dblk-mq-debugfs.c675 hctx_for_each_ctx(hctx, ctx, i) in blk_mq_debugfs_register_hctx()
/linux/ !
H A D.clang-format495 - 'hctx_for_each_ctx'
/linux/include/linux/ !
H A Dblk-mq.h1035 #define hctx_for_each_ctx(hctx, ctx, i) \ macro