| /linux/include/linux/ |
| 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 …]
|
| A D | codetag.h | 13 struct seq_buf; 68 void codetag_to_text(struct seq_buf *out, struct codetag *ct);
|
| A D | trace_seq.h | 21 (sizeof(struct seq_buf) + sizeof(size_t) + sizeof(int))) 25 struct seq_buf seq;
|
| A D | trace_events.h | 522 struct seq_buf seq;
|
| /linux/lib/ |
| 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 …]
|
| A D | alloc_tag.c | 66 static void print_allocinfo_header(struct seq_buf *buf) in print_allocinfo_header() 73 static void alloc_tag_to_text(struct seq_buf *out, struct codetag *ct) in alloc_tag_to_text() 90 struct seq_buf buf; in allocinfo_show()
|
| A D | codetag.c | 110 void codetag_to_text(struct seq_buf *out, struct codetag *ct) in codetag_to_text()
|
| A D | Makefile | 36 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
|
| /linux/mm/ |
| A D | memcontrol-v1.h | 108 void memcg1_stat_format(struct mem_cgroup *memcg, struct seq_buf *s); 149 static inline void memcg1_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) {} in memcg1_stat_format()
|
| A D | memcontrol.c | 1429 static void memcg_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memcg_stat_format() 1480 static void memory_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memory_stat_format() 1524 struct seq_buf s; in mem_cgroup_print_oom_meminfo() 4193 struct seq_buf s; in memory_stat_show()
|
| A D | memcontrol-v1.c | 2761 void memcg1_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memcg1_stat_format()
|
| /linux/arch/powerpc/include/asm/ |
| A D | setup.h | 90 extern struct seq_buf ppc_hw_desc;
|
| /linux/arch/powerpc/kernel/ |
| 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()
|
| A D | setup-common.c | 608 struct seq_buf ppc_hw_desc __initdata = {
|
| A D | process.c | 1439 struct seq_buf s; in show_user_instructions()
|
| /linux/kernel/ |
| A D | panic.c | 518 static void print_tainted_seq(struct seq_buf *s, bool verbose) in print_tainted_seq() 549 struct seq_buf s; in _print_tainted()
|
| /linux/drivers/pci/ |
| A D | p2pdma.c | 404 static void seq_buf_print_bus_devfn(struct seq_buf *buf, struct pci_dev *pdev) in seq_buf_print_bus_devfn() 582 struct seq_buf acs_list; in calc_map_type_and_dist()
|
| /linux/kernel/sched/ |
| A D | ext.c | 991 struct seq_buf *s; 4628 static void dump_newline(struct seq_buf *s) in dump_newline() 4637 static __printf(2, 3) void dump_line(struct seq_buf *s, const char *fmt, ...) in dump_line() 4663 static void dump_stack_trace(struct seq_buf *s, const char *prefix, in dump_stack_trace() 4672 static void ops_dump_init(struct seq_buf *s, const char *prefix) in ops_dump_init() 4739 static void scx_dump_task(struct seq_buf *s, struct scx_dump_ctx *dctx, in scx_dump_task() 4790 struct seq_buf s; in scx_dump_state() 4824 struct seq_buf ns; in scx_dump_state()
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | papr_scm.c | 1075 struct seq_buf s; in perf_stats_show() 1118 struct seq_buf s; in flags_show()
|
| /linux/drivers/clk/tegra/ |
| A D | clk-bpmp.c | 386 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
|
| /linux/drivers/input/joystick/ |
| A D | analog.c | 339 struct seq_buf s; in analog_name()
|
| /linux/tools/testing/nvdimm/test/ |
| A D | ndtest.c | 672 struct seq_buf s; in flags_show()
|
| /linux/kernel/rcu/ |
| A D | refscale.c | 895 struct seq_buf s; in process_durations()
|
| /linux/kernel/trace/ |
| A D | trace_events_synth.c | 695 struct seq_buf s; in parse_synth_field()
|
| /linux/arch/x86/kernel/cpu/resctrl/ |
| A D | rdtgroup.c | 60 static struct seq_buf last_cmd_status;
|