Home
last modified time | relevance | path

Searched refs:seq_buf_print_seq (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/linux/
Dseq_buf.h144 extern int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s);
/linux-6.6.21/kernel/trace/
Dtrace_seq.c57 ret = seq_buf_print_seq(m, &s->seq); in trace_print_seq()
/linux-6.6.21/lib/
Dseq_buf.c40 int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s) in seq_buf_print_seq() function