Searched refs:seq_buf_vprintf (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/kernel/trace/ |
D | trace_seq.c | 92 seq_buf_vprintf(&s->seq, fmt, ap); in trace_seq_printf() 150 seq_buf_vprintf(&s->seq, fmt, args); in trace_seq_vprintf()
|
/linux-6.1.9/lib/ |
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()
|
/linux-6.1.9/include/linux/ |
D | seq_buf.h | 143 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args);
|
/linux-6.1.9/arch/x86/kernel/cpu/resctrl/ |
D | rdtgroup.c | 77 seq_buf_vprintf(&last_cmd_status, fmt, ap); in rdt_last_cmd_printf()
|