Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_seq.c89 seq_buf_vprintf(&s->seq, fmt, ap); in trace_seq_printf()
148 seq_buf_vprintf(&s->seq, fmt, args); in trace_seq_vprintf()
/linux-6.15/lib/
H A Dseq_buf.c67 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) in seq_buf_vprintf() function
99 ret = seq_buf_vprintf(s, fmt, ap); in seq_buf_printf()
/linux-6.15/include/linux/
H A Dseq_buf.h155 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args);
/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c103 seq_buf_vprintf(&last_cmd_status, fmt, ap); in rdt_last_cmd_printf()
/linux-6.15/kernel/sched/
H A Dext.c4893 seq_buf_vprintf(s, fmt, args); in dump_line()