Searched refs:seq_buf_puts (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/lib/ |
D | seq_buf.c | 182 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts() function 200 EXPORT_SYMBOL_GPL(seq_buf_puts);
|
/linux-6.12.1/include/linux/ |
D | seq_buf.h | 159 extern int seq_buf_puts(struct seq_buf *s, const char *str);
|
/linux-6.12.1/kernel/trace/ |
D | trace_events_synth.c | 752 seq_buf_puts(&s, prefix); in parse_synth_field() 753 seq_buf_puts(&s, field_type); in parse_synth_field() 755 seq_buf_puts(&s, array); in parse_synth_field() 780 seq_buf_puts(&s, "__data_loc "); in parse_synth_field() 781 seq_buf_puts(&s, field->type); in parse_synth_field()
|
D | trace_dynevent.c | 375 ret = seq_buf_puts(&cmd->seq, str); in dynevent_str_add()
|
/linux-6.12.1/kernel/ |
D | panic.c | 524 seq_buf_puts(s, "Not tainted"); in print_tainted_seq()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | setup-common.c | 658 seq_buf_puts(&ppc_hw_desc, ppc_md.name); in probe_machine()
|
/linux-6.12.1/drivers/usb/dwc2/ |
D | hcd_queue.c | 412 seq_buf_puts(&buf, ", "); in pmap_print()
|
/linux-6.12.1/arch/x86/kernel/cpu/resctrl/ |
D | rdtgroup.c | 79 seq_buf_puts(&last_cmd_status, s); in rdt_last_cmd_puts()
|