Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dseq_buf.h123 extern int seq_buf_putc(struct seq_buf *s, unsigned char c);
/Linux-v4.19/kernel/trace/
Dtrace_seq.c248 seq_buf_putc(&s->seq, c); in trace_seq_putc()
/Linux-v4.19/lib/
Dseq_buf.c165 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc() function