Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dseq_buf.h148 extern int seq_buf_putc(struct seq_buf *s, unsigned char c);
/Linux-v6.6/kernel/trace/
Dtrace_seq.c246 seq_buf_putc(&s->seq, c); in trace_seq_putc()
/Linux-v6.6/lib/
Dseq_buf.c202 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc() function