Searched refs:seq_buf_puts (Results 1 – 5 of 5) sorted by relevance
/linux/lib/tests/ |
H A D | seq_buf_kunit.c | 42 seq_buf_puts(&s, "hello"); in seq_buf_clear_test() 58 seq_buf_puts(&s, "hello"); in seq_buf_puts_test() 63 seq_buf_puts(&s, " world"); in seq_buf_puts_test() 73 seq_buf_puts(&s, "123456789"); in seq_buf_puts_overflow_test() 77 seq_buf_puts(&s, "0"); in seq_buf_puts_overflow_test()
|
/linux/kernel/trace/ |
H A D | trace_events_synth.c | 742 seq_buf_puts(&s, prefix); in parse_synth_field() 743 seq_buf_puts(&s, field_type); in parse_synth_field() 745 seq_buf_puts(&s, array); in parse_synth_field() 770 seq_buf_puts(&s, "__data_loc "); in parse_synth_field() 771 seq_buf_puts(&s, field->type); in parse_synth_field()
|
H A D | trace_dynevent.c | 380 ret = seq_buf_puts(&cmd->seq, str); in dynevent_str_add()
|
/linux/kernel/ |
H A D | panic.c | 613 seq_buf_puts(s, "Not tainted"); in print_tainted_seq()
|
/linux/fs/resctrl/ |
H A D | rdtgroup.c | 98 seq_buf_puts(&last_cmd_status, s); in rdt_last_cmd_puts()
|