Searched refs:seq_buf_vprintf (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/kernel/trace/ | 
| D | trace_seq.c | 95 	seq_buf_vprintf(&s->seq, fmt, ap);  in trace_seq_printf()153 	seq_buf_vprintf(&s->seq, fmt, args);  in trace_seq_vprintf()
 
 | 
| /Linux-v5.4/lib/ | 
| D | seq_buf.c | 57 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args)  in seq_buf_vprintf()  function89 	ret = seq_buf_vprintf(s, fmt, ap);  in seq_buf_printf()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | seq_buf.h | 118 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args);
 | 
| /Linux-v5.4/arch/x86/kernel/cpu/resctrl/ | 
| D | rdtgroup.c | 74 	seq_buf_vprintf(&last_cmd_status, fmt, ap);  in rdt_last_cmd_printf()
 |