| /linux/include/linux/ |
| H A D | seq_buf.h | 21 struct seq_buf { struct 28 struct seq_buf NAME = { \ argument 33 static inline void seq_buf_clear(struct seq_buf *s) in seq_buf_clear() 41 seq_buf_init(struct seq_buf *s, char *buf, unsigned int size) in seq_buf_init() 53 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed() 59 seq_buf_set_overflow(struct seq_buf *s) in seq_buf_set_overflow() 68 seq_buf_buffer_left(struct seq_buf *s) in seq_buf_buffer_left() 77 static inline unsigned int seq_buf_used(struct seq_buf *s) in seq_buf_used() 98 static inline const char *seq_buf_str(struct seq_buf *s) in seq_buf_str() 119 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf() [all …]
|
| H A D | codetag.h | 13 struct seq_buf; 82 void codetag_to_text(struct seq_buf *out, struct codetag *ct);
|
| /linux/lib/ |
| H A D | seq_buf.c | 38 static bool seq_buf_can_fit(struct seq_buf *s, size_t len) in seq_buf_can_fit() 50 int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s) in seq_buf_print_seq() 67 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) in seq_buf_vprintf() 93 int seq_buf_printf(struct seq_buf *s, const char *fmt, ...) in seq_buf_printf() 115 void seq_buf_do_printk(struct seq_buf *s, const char *lvl) in seq_buf_do_printk() 154 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf() 182 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts() 211 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc() 236 int seq_buf_putmem(struct seq_buf *s, const void *mem, unsigned int len) in seq_buf_putmem() 264 int seq_buf_putmem_hex(struct seq_buf *s, const void *mem, [all …]
|
| H A D | codetag.c | 120 void codetag_to_text(struct seq_buf *out, struct codetag *ct) in codetag_to_text()
|
| H A D | Kconfig.debug | 2511 tristate "KUnit test for seq_buf" if !KUNIT_ALL_TESTS 2515 This builds unit tests for the seq_buf library.
|
| /linux/drivers/android/tests/ |
| H A D | binder_alloc_kunit.c | 112 struct seq_buf alignments_sb; 118 static void stringify_free_seq(struct kunit *test, int *seq, struct seq_buf *sb) in stringify_free_seq() 129 struct seq_buf *sb) in stringify_alignments()
|
| /linux/lib/tests/ |
| H A D | seq_buf_kunit.c | 14 struct seq_buf s; in seq_buf_init_test()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | papr_scm.c | 1076 struct seq_buf s; in perf_stats_show() 1119 struct seq_buf s; in flags_show()
|
| /linux/arch/powerpc/kernel/ |
| H A D | setup-common.c | 608 struct seq_buf ppc_hw_desc __initdata = {
|
| /linux/drivers/clk/tegra/ |
| H A D | clk-bpmp.c | 386 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
|
| /linux/drivers/input/joystick/ |
| H A D | analog.c | 339 struct seq_buf s; in analog_name()
|
| /linux/kernel/sched/ |
| H A D | ext.c | 144 struct seq_buf *s; 1036 * @s: output seq_buf in wait_ops_state() 6113 static void dump_newline(struct seq_buf *s) 6117 /* @s may be zero sized and seq_buf triggers WARN if so */ in ops_dump_init() 6122 static __printf(2, 3) void dump_line(struct seq_buf *s, const char *fmt, ...) in ops_dump_init() 6138 /* @s may be zero sized and seq_buf triggers WARN if so */ in ops_dump_flush() 6148 static void dump_stack_trace(struct seq_buf *s, const char *prefix, in ops_dump_flush() 6157 static void ops_dump_init(struct seq_buf *s, const char *prefix) in ops_dump_flush() 6224 static void scx_dump_task(struct scx_sched *sch, struct seq_buf *s, struct scx_dump_ctx *dctx, in scx_dump_task() 6297 struct seq_buf in scx_dump_state() [all...] |
| H A D | core.c | 8041 struct seq_buf s; in preempt_model_str()
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | ndtest.c | 672 struct seq_buf s; in flags_show()
|
| /linux/mm/ |
| H A D | memcontrol.c | 1693 static void memcg_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memcg_stat_format() 1751 static void memory_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memory_stat_format() 1795 struct seq_buf s; in mem_cgroup_print_oom_meminfo() 4798 struct seq_buf s; in memory_stat_show()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp.c | 1595 static void seq_buf_print_array(struct seq_buf *s, const int *array, int nelem) in seq_buf_print_array()
|