Home
last modified time | relevance | path

Searched refs:seq_buf_puts (Results 1 – 7 of 7) 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/lib/
H A Dseq_buf.c182 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts() function
200 EXPORT_SYMBOL_GPL(seq_buf_puts);
/linux/include/linux/
H A Dseq_buf.h176 extern int seq_buf_puts(struct seq_buf *s, const char *str);
/linux/kernel/trace/
H A Dtrace_dynevent.c391 ret = seq_buf_puts(&cmd->seq, str); in dynevent_str_add()
/linux/arch/powerpc/kernel/
H A Dsetup-common.c658 seq_buf_puts(&ppc_hw_desc, ppc_md.name); in probe_machine()
/linux/drivers/usb/dwc2/
H A Dhcd_queue.c412 seq_buf_puts(&buf, ", "); in pmap_print()
/linux/kernel/sched/
H A Dcore.c8044 seq_buf_puts(&s, "PREEMPT"); in preempt_model_str()