Home
last modified time | relevance | path

Searched refs:hctx (Results 1 – 2 of 2) sorted by relevance

/include/trace/hooks/
Dblk.h31 TP_PROTO(int cpu, struct blk_mq_hw_ctx *hctx, unsigned long delay, bool *skip),
32 TP_ARGS(cpu, hctx, delay, skip));
/include/linux/
Dblk-mq.h932 void blk_mq_stop_hw_queue(struct blk_mq_hw_ctx *hctx);
933 void blk_mq_start_hw_queue(struct blk_mq_hw_ctx *hctx);
936 void blk_mq_start_stopped_hw_queue(struct blk_mq_hw_ctx *hctx, bool async);
943 void blk_mq_delay_run_hw_queue(struct blk_mq_hw_ctx *hctx, unsigned long msecs);
944 void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async);
1003 #define queue_for_each_hw_ctx(q, hctx, i) \ argument
1004 xa_for_each(&(q)->hctx_table, (i), (hctx))
1006 #define hctx_for_each_ctx(hctx, ctx, i) \ argument
1007 for ((i) = 0; (i) < (hctx)->nr_ctx && \
1008 ({ ctx = (hctx)->ctxs[(i)]; 1; }); (i)++)
[all …]