Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dseq_buf.h156 extern int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s);
/linux/kernel/trace/
H A Dtrace_seq.c54 ret = seq_buf_print_seq(m, &s->seq); in trace_print_seq()
/linux/lib/
H A Dseq_buf.c50 int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s) in seq_buf_print_seq() function