Lines Matching refs:v
53 static void *queue_requeue_list_next(struct seq_file *m, void *v, loff_t *pos) in queue_requeue_list_next() argument
57 return seq_list_next(v, &q->requeue_list, pos); in queue_requeue_list_next()
60 static void queue_requeue_list_stop(struct seq_file *m, void *v) in queue_requeue_list_stop() argument
356 int blk_mq_debugfs_rq_show(struct seq_file *m, void *v) in blk_mq_debugfs_rq_show() argument
358 return __blk_mq_debugfs_rq_show(m, list_entry_rq(v)); in blk_mq_debugfs_rq_show()
371 static void *hctx_dispatch_next(struct seq_file *m, void *v, loff_t *pos) in hctx_dispatch_next() argument
375 return seq_list_next(v, &hctx->dispatch, pos); in hctx_dispatch_next()
378 static void hctx_dispatch_stop(struct seq_file *m, void *v) in hctx_dispatch_stop() argument
639 static void *ctx_##name##_rq_list_next(struct seq_file *m, void *v, \
644 return seq_list_next(v, &ctx->rq_lists[type], pos); \
647 static void ctx_##name##_rq_list_stop(struct seq_file *m, void *v) \
717 static int blk_mq_debugfs_show(struct seq_file *m, void *v) in blk_mq_debugfs_show() argument