Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dseq_buf.h122 extern int seq_buf_putc(struct seq_buf *s, unsigned char c);
/linux-4.1.27/kernel/trace/
Dtrace_seq.c247 seq_buf_putc(&s->seq, c); in trace_seq_putc()
/linux-4.1.27/lib/
Dseq_buf.c164 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc() function