| /linux-6.15/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() 153 int seq_buf_printf(struct seq_buf *s, const char *fmt, ...); [all …]
|
| H A D | codetag.h | 13 struct seq_buf; 78 void codetag_to_text(struct seq_buf *out, struct codetag *ct);
|
| H A D | trace_seq.h | 21 (sizeof(struct seq_buf) + sizeof(size_t) + sizeof(int))) 25 struct seq_buf seq;
|
| H A D | trace_events.h | 510 struct seq_buf seq;
|
| /linux-6.15/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 | alloc_tag.c | 87 static void print_allocinfo_header(struct seq_buf *buf) in print_allocinfo_header() 94 static void alloc_tag_to_text(struct seq_buf *out, struct codetag *ct) in alloc_tag_to_text() 111 struct seq_buf buf; in allocinfo_show()
|
| H A D | codetag.c | 110 void codetag_to_text(struct seq_buf *out, struct codetag *ct) in codetag_to_text()
|
| H A D | Makefile | 41 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
|
| /linux-6.15/mm/ |
| H A D | memcontrol-v1.h | 78 void memcg1_stat_format(struct mem_cgroup *memcg, struct seq_buf *s); 117 static inline void memcg1_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) {} in memcg1_stat_format()
|
| H A D | memcontrol.c | 1477 static void memcg_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memcg_stat_format() 1535 static void memory_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memory_stat_format() 1579 struct seq_buf s; in mem_cgroup_print_oom_meminfo() 4314 struct seq_buf s; in memory_stat_show()
|
| H A D | memcontrol-v1.c | 1868 void memcg1_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memcg1_stat_format()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | setup.h | 90 extern struct seq_buf ppc_hw_desc;
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | security.c | 153 struct seq_buf s; in cpu_show_meltdown() 183 struct seq_buf s; in cpu_show_spectre_v1() 205 struct seq_buf s; in cpu_show_spectre_v2()
|
| H A D | setup-common.c | 608 struct seq_buf ppc_hw_desc __initdata = {
|
| H A D | process.c | 1439 struct seq_buf s; in show_user_instructions()
|
| /linux-6.15/kernel/ |
| H A D | panic.c | 519 static void print_tainted_seq(struct seq_buf *s, bool verbose) in print_tainted_seq() 550 struct seq_buf s; in _print_tainted()
|
| /linux-6.15/drivers/pci/ |
| H A D | p2pdma.c | 413 static void seq_buf_print_bus_devfn(struct seq_buf *buf, struct pci_dev *pdev) in seq_buf_print_bus_devfn() 591 struct seq_buf acs_list; in calc_map_type_and_dist()
|
| /linux-6.15/kernel/sched/ |
| H A D | ext.c | 1028 struct seq_buf *s; 4865 static void dump_newline(struct seq_buf *s) in dump_newline() 4874 static __printf(2, 3) void dump_line(struct seq_buf *s, const char *fmt, ...) in dump_line() 4900 static void dump_stack_trace(struct seq_buf *s, const char *prefix, in dump_stack_trace() 4909 static void ops_dump_init(struct seq_buf *s, const char *prefix) in ops_dump_init() 4976 static void scx_dump_task(struct seq_buf *s, struct scx_dump_ctx *dctx, in scx_dump_task() 5028 struct seq_buf s; in scx_dump_state() 5063 struct seq_buf ns; in scx_dump_state()
|
| /linux-6.15/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-6.15/drivers/input/joystick/ |
| H A D | analog.c | 339 struct seq_buf s; in analog_name()
|
| /linux-6.15/drivers/clk/tegra/ |
| H A D | clk-bpmp.c | 386 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
|
| /linux-6.15/tools/testing/nvdimm/test/ |
| H A D | ndtest.c | 672 struct seq_buf s; in flags_show()
|
| /linux-6.15/kernel/rcu/ |
| H A D | refscale.c | 1004 struct seq_buf s; in process_durations()
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_events_synth.c | 687 struct seq_buf s; in parse_synth_field()
|
| /linux-6.15/arch/x86/kernel/cpu/resctrl/ |
| H A D | rdtgroup.c | 66 static struct seq_buf last_cmd_status;
|