Home
last modified time | relevance | path

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

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