• Home
  • Raw
  • Download

Lines Matching refs:name

103 #define QUEUE_FLAG_NAME(name) [QUEUE_FLAG_##name] = #name  argument
217 #define HCTX_STATE_NAME(name) [BLK_MQ_S_##name] = #name argument
236 #define BLK_TAG_ALLOC_NAME(name) [BLK_TAG_ALLOC_##name] = #name argument
243 #define HCTX_FLAG_NAME(name) [ilog2(BLK_MQ_F_##name)] = #name argument
273 #define CMD_FLAG_NAME(name) [__REQ_##name] = #name argument
294 #define RQF_NAME(name) [ilog2((__force u32)RQF_##name)] = #name argument
631 #define CTX_RQ_SEQ_OPS(name, type) \ argument
632 static void *ctx_##name##_rq_list_start(struct seq_file *m, loff_t *pos) \
641 static void *ctx_##name##_rq_list_next(struct seq_file *m, void *v, \
649 static void ctx_##name##_rq_list_stop(struct seq_file *m, void *v) \
657 static const struct seq_operations ctx_##name##_rq_list_seq_ops = { \
658 .start = ctx_##name##_rq_list_start, \
659 .next = ctx_##name##_rq_list_next, \
660 .stop = ctx_##name##_rq_list_stop, \
822 for (; attr->name; attr++) in debugfs_create_files()
823 debugfs_create_file(attr->name, attr->mode, parent, in debugfs_create_files()
869 char name[20]; in blk_mq_debugfs_register_ctx() local
871 snprintf(name, sizeof(name), "cpu%u", ctx->cpu); in blk_mq_debugfs_register_ctx()
872 ctx_dir = debugfs_create_dir(name, hctx->debugfs_dir); in blk_mq_debugfs_register_ctx()
881 char name[20]; in blk_mq_debugfs_register_hctx() local
887 snprintf(name, sizeof(name), "hctx%u", hctx->queue_num); in blk_mq_debugfs_register_hctx()
888 hctx->debugfs_dir = debugfs_create_dir(name, q->debugfs_dir); in blk_mq_debugfs_register_hctx()