Lines Matching defs:pos
21 static void *queue_requeue_list_start(struct seq_file *m, loff_t *pos)
27 return seq_list_start(&q->requeue_list, *pos);
30 static void *queue_requeue_list_next(struct seq_file *m, void *v, loff_t *pos)
34 return seq_list_next(v, &q->requeue_list, pos);
313 static void *hctx_dispatch_start(struct seq_file *m, loff_t *pos)
319 return seq_list_start(&hctx->dispatch, *pos);
322 static void *hctx_dispatch_next(struct seq_file *m, void *v, loff_t *pos)
326 return seq_list_next(v, &hctx->dispatch, pos);
517 static void *ctx_##name##_rq_list_start(struct seq_file *m, loff_t *pos) \
523 return seq_list_start(&ctx->rq_lists[type], *pos); \
527 loff_t *pos) \
531 return seq_list_next(v, &ctx->rq_lists[type], pos); \