Home
last modified time | relevance | path

Searched refs:seq_buf_vprintf (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Dseq_buf.c67 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) in seq_buf_vprintf() function
99 ret = seq_buf_vprintf(s, fmt, ap); in seq_buf_printf()
/linux/include/linux/
H A Dseq_buf.h172 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args);
/linux/kernel/sched/
H A Dext.c6098 seq_buf_vprintf(s, fmt, args); in dump_line()