Lines Matching refs:pos
511 int pos = 0; in dynamic_emit_prefix() local
517 pos += snprintf(buf + pos, remaining(pos), "<intr> "); in dynamic_emit_prefix()
519 pos += snprintf(buf + pos, remaining(pos), "[%d] ", in dynamic_emit_prefix()
522 pos_after_tid = pos; in dynamic_emit_prefix()
524 pos += snprintf(buf + pos, remaining(pos), "%s:", in dynamic_emit_prefix()
527 pos += snprintf(buf + pos, remaining(pos), "%s:", in dynamic_emit_prefix()
530 pos += snprintf(buf + pos, remaining(pos), "%d:", in dynamic_emit_prefix()
532 if (pos - pos_after_tid) in dynamic_emit_prefix()
533 pos += snprintf(buf + pos, remaining(pos), " "); in dynamic_emit_prefix()
534 if (pos >= PREFIX_SIZE) in dynamic_emit_prefix()
725 static void *ddebug_proc_start(struct seq_file *m, loff_t *pos) in ddebug_proc_start() argument
729 int n = *pos; in ddebug_proc_start()
731 vpr_info("called m=%p *pos=%lld\n", m, (unsigned long long)*pos); in ddebug_proc_start()
750 static void *ddebug_proc_next(struct seq_file *m, void *p, loff_t *pos) in ddebug_proc_next() argument
756 m, p, (unsigned long long)*pos); in ddebug_proc_next()
762 ++*pos; in ddebug_proc_next()