Home
last modified time | relevance | path

Searched refs:seq_buf_puts (Results 1 – 5 of 5) sorted by relevance

/linux/lib/tests/
H A Dseq_buf_kunit.c42 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 Dtrace_events_synth.c742 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 Dtrace_dynevent.c380 ret = seq_buf_puts(&cmd->seq, str); in dynevent_str_add()
/linux/kernel/
H A Dpanic.c613 seq_buf_puts(s, "Not tainted"); in print_tainted_seq()
/linux/fs/resctrl/
H A Drdtgroup.c98 seq_buf_puts(&last_cmd_status, s); in rdt_last_cmd_puts()