Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_seq.c92 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 Dseq_buf.c57 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 Dseq_buf.h143 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args);
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c77 seq_buf_vprintf(&last_cmd_status, fmt, ap); in rdt_last_cmd_printf()