Searched refs:seq_buf_putc (Results 1 – 7 of 7) sorted by relevance
/linux/lib/tests/ |
H A D | seq_buf_kunit.c | 92 seq_buf_putc(&s, 'a'); in seq_buf_putc_test() 93 seq_buf_putc(&s, 'b'); in seq_buf_putc_test() 94 seq_buf_putc(&s, 'c'); in seq_buf_putc_test() 100 seq_buf_putc(&s, 'd'); in seq_buf_putc_test() 105 seq_buf_putc(&s, 'e'); in seq_buf_putc_test()
|
/linux/lib/ |
H A D | seq_buf.c | 211 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc() function 222 EXPORT_SYMBOL_GPL(seq_buf_putc);
|
H A D | alloc_tag.c | 95 seq_buf_putc(out, ' '); in alloc_tag_to_text() 96 seq_buf_putc(out, '\n'); in alloc_tag_to_text()
|
/linux/kernel/trace/ |
H A D | trace_seq.c | 243 seq_buf_putc(&s->seq, c); in trace_seq_putc()
|
/linux/kernel/ |
H A D | panic.c | 629 seq_buf_putc(s, c); in print_tainted_seq()
|
/linux/kernel/rcu/ |
H A D | refscale.c | 990 seq_buf_putc(&s, '\n'); in process_durations()
|
/linux/kernel/sched/ |
H A D | ext.c | 5107 seq_buf_putc(s, '\n'); in dump_newline() 5132 seq_buf_putc(s, '\n'); in dump_line()
|