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

/linux-master/include/linux/
H A Dseq_buf.h155 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args);
/linux-master/kernel/trace/
H A Dtrace_seq.c89 seq_buf_vprintf(&s->seq, fmt, ap);
148 seq_buf_vprintf(&s->seq, fmt, args);
/linux-master/lib/
H A Dseq_buf.c58 * seq_buf_vprintf - sequence printing of information.
67 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) function
99 ret = seq_buf_vprintf(s, fmt, ap);
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c89 seq_buf_vprintf(&last_cmd_status, fmt, ap);

Completed in 219 milliseconds