Lines Matching refs:pos
514 int pos = 0; in dynamic_emit_prefix() local
520 pos += snprintf(buf + pos, remaining(pos), "<intr> "); in dynamic_emit_prefix()
522 pos += snprintf(buf + pos, remaining(pos), "[%d] ", in dynamic_emit_prefix()
525 pos_after_tid = pos; in dynamic_emit_prefix()
527 pos += snprintf(buf + pos, remaining(pos), "%s:", in dynamic_emit_prefix()
530 pos += snprintf(buf + pos, remaining(pos), "%s:", in dynamic_emit_prefix()
533 pos += snprintf(buf + pos, remaining(pos), "%d:", in dynamic_emit_prefix()
535 if (pos - pos_after_tid) in dynamic_emit_prefix()
536 pos += snprintf(buf + pos, remaining(pos), " "); in dynamic_emit_prefix()
537 if (pos >= PREFIX_SIZE) in dynamic_emit_prefix()
728 static void *ddebug_proc_start(struct seq_file *m, loff_t *pos) in ddebug_proc_start() argument
732 int n = *pos; in ddebug_proc_start()
734 vpr_info("called m=%p *pos=%lld\n", m, (unsigned long long)*pos); in ddebug_proc_start()
753 static void *ddebug_proc_next(struct seq_file *m, void *p, loff_t *pos) in ddebug_proc_next() argument
759 m, p, (unsigned long long)*pos); in ddebug_proc_next()
765 ++*pos; in ddebug_proc_next()