Searched refs:seq_buf_puts (Results 1 – 7 of 7) 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/lib/ |
| H A 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/include/linux/ |
| H A D | seq_buf.h | 176 extern int seq_buf_puts(struct seq_buf *s, const char *str);
|
| /linux/kernel/trace/ |
| H A D | trace_dynevent.c | 391 ret = seq_buf_puts(&cmd->seq, str); in dynevent_str_add()
|
| /linux/arch/powerpc/kernel/ |
| H A D | setup-common.c | 658 seq_buf_puts(&ppc_hw_desc, ppc_md.name); in probe_machine()
|
| /linux/drivers/usb/dwc2/ |
| H A D | hcd_queue.c | 412 seq_buf_puts(&buf, ", "); in pmap_print()
|
| /linux/kernel/sched/ |
| H A D | core.c | 8044 seq_buf_puts(&s, "PREEMPT"); in preempt_model_str()
|