Searched refs:seq_buf_vprintf (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/kernel/trace/ |
D | trace_seq.c | 94 seq_buf_vprintf(&s->seq, fmt, ap); in trace_seq_printf() 152 seq_buf_vprintf(&s->seq, fmt, args); in trace_seq_vprintf()
|
/linux-4.4.14/lib/ |
D | seq_buf.c | 56 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) in seq_buf_vprintf() function 88 ret = seq_buf_vprintf(s, fmt, ap); in seq_buf_printf()
|
D | nmi_backtrace.c | 144 seq_buf_vprintf(&s->seq, fmt, args); in nmi_vprintk()
|
/linux-4.4.14/include/linux/ |
D | seq_buf.h | 117 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args);
|