Lines Matching defs:pos
1319 char *pos, int remaining)
1323 len = snprintf(pos, remaining, "%s %u\n",
1347 char *pos;
1355 pos = buf;
1358 len = svc_one_xprt_name(xprt, pos, buflen - totlen);
1366 pos += len;
1378 static void *svc_pool_stats_start(struct seq_file *m, loff_t *pos)
1380 unsigned int pidx = (unsigned int)*pos;
1390 static void *svc_pool_stats_next(struct seq_file *m, void *p, loff_t *pos)
1395 dprintk("svc_pool_stats_next, *pos=%llu\n", *pos);
1406 ++*pos;