Searched refs:seq_buf_vprintf (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | trace_seq.c | 92 seq_buf_vprintf(&s->seq, fmt, ap); in trace_seq_printf() 151 seq_buf_vprintf(&s->seq, fmt, args); in trace_seq_vprintf()
|
/openbmc/linux/lib/ |
H A D | seq_buf.c | 57 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) in seq_buf_vprintf() function 89 ret = seq_buf_vprintf(s, fmt, ap); in seq_buf_printf()
|
/openbmc/linux/include/linux/ |
H A D | seq_buf.h | 143 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args);
|
/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | rdtgroup.c | 77 seq_buf_vprintf(&last_cmd_status, fmt, ap); in rdt_last_cmd_printf()
|