Lines Matching refs:pos
524 int pos = 0; in dynamic_emit_prefix() local
530 pos += snprintf(buf + pos, remaining(pos), "<intr> "); in dynamic_emit_prefix()
532 pos += snprintf(buf + pos, remaining(pos), "[%d] ", in dynamic_emit_prefix()
535 pos_after_tid = pos; in dynamic_emit_prefix()
537 pos += snprintf(buf + pos, remaining(pos), "%s:", in dynamic_emit_prefix()
540 pos += snprintf(buf + pos, remaining(pos), "%s:", in dynamic_emit_prefix()
543 pos += snprintf(buf + pos, remaining(pos), "%d:", in dynamic_emit_prefix()
545 if (pos - pos_after_tid) in dynamic_emit_prefix()
546 pos += snprintf(buf + pos, remaining(pos), " "); in dynamic_emit_prefix()
547 if (pos >= PREFIX_SIZE) in dynamic_emit_prefix()
768 static void *ddebug_proc_start(struct seq_file *m, loff_t *pos) in ddebug_proc_start() argument
772 int n = *pos; in ddebug_proc_start()
774 vpr_info("called m=%p *pos=%lld\n", m, (unsigned long long)*pos); in ddebug_proc_start()
793 static void *ddebug_proc_next(struct seq_file *m, void *p, loff_t *pos) in ddebug_proc_next() argument
799 m, p, (unsigned long long)*pos); in ddebug_proc_next()
805 ++*pos; in ddebug_proc_next()