Home
last modified time | relevance | path

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

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