/linux/include/linux/ |
H A D | codetag.h | 13 struct seq_buf; 79 void codetag_to_text(struct seq_buf *out, struct codetag *ct);
|
H A D | trace_seq.h | 5 #include <linux/seq_buf.h> 21 (sizeof(struct seq_buf) + sizeof(size_t) + sizeof(int))) 25 struct seq_buf seq;
|
H A D | trace_events.h | 509 struct seq_buf seq;
|
/linux/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 | 63 #include <linux/seq_buf.h> 1461 static void memcg_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memcg_stat_format() 1519 static void memory_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memory_stat_format() 1563 struct seq_buf s; in mem_cgroup_print_oom_meminfo() 4489 struct seq_buf s; in memory_stat_show()
|
H A D | memcontrol-v1.c | 13 #include <linux/seq_buf.h> 1868 void memcg1_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memcg1_stat_format()
|
/linux/arch/powerpc/include/asm/ |
H A D | setup.h | 90 extern struct seq_buf ppc_hw_desc;
|
/linux/drivers/android/tests/ |
H A D | binder_alloc_kunit.c | 18 #include <linux/seq_buf.h> 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/arch/powerpc/kernel/ |
H A D | security.c | 13 #include <linux/seq_buf.h> 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 | process.c | 40 #include <linux/seq_buf.h> 1439 struct seq_buf s; in show_user_instructions()
|
/linux/lib/ |
H A D | alloc_tag.c | 10 #include <linux/seq_buf.h> 80 static void print_allocinfo_header(struct seq_buf *buf) in print_allocinfo_header() 87 static void alloc_tag_to_text(struct seq_buf *out, struct codetag *ct) in alloc_tag_to_text() 104 struct seq_buf buf; in allocinfo_show()
|
H A D | codetag.c | 6 #include <linux/seq_buf.h> 120 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 \
|
H A D | Kconfig.debug | 2464 tristate "KUnit test for seq_buf" if !KUNIT_ALL_TESTS 2468 This builds unit tests for the seq_buf library.
|
/linux/kernel/ |
H A D | panic.c | 38 #include <linux/seq_buf.h> 607 static void print_tainted_seq(struct seq_buf *s, bool verbose) in print_tainted_seq() 638 struct seq_buf s; in _print_tainted()
|
/linux/lib/tests/ |
H A D | seq_buf_kunit.c | 3 * KUnit tests for the seq_buf API 9 #include <linux/seq_buf.h> 14 struct seq_buf s; in seq_buf_init_test() 201 .name = "seq_buf", 207 MODULE_DESCRIPTION("Runtime test cases for seq_buf string API");
|
/linux/drivers/pci/ |
H A D | p2pdma.c | 21 #include <linux/seq_buf.h> 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/arch/powerpc/platforms/pseries/ |
H A D | papr_scm.c | 16 #include <linux/seq_buf.h> 1076 struct seq_buf s; in perf_stats_show() 1119 struct seq_buf s; in flags_show()
|
/linux/kernel/sched/ |
H A D | ext.c | 1157 struct seq_buf *s; 1696 * @s: output seq_buf 5101 static void dump_newline(struct seq_buf *s) in dump_newline() 5105 /* @s may be zero sized and seq_buf triggers WARN if so */ in dump_newline() 5110 static __printf(2, 3) void dump_line(struct seq_buf *s, const char *fmt, ...) in dump_line() 5126 /* @s may be zero sized and seq_buf triggers WARN if so */ in dump_line() 5136 static void dump_stack_trace(struct seq_buf *s, const char *prefix, in dump_stack_trace() 5145 static void ops_dump_init(struct seq_buf *s, const char *prefix) in ops_dump_init() 5212 static void scx_dump_task(struct seq_buf *s, struct scx_dump_ctx *dctx, in scx_dump_task() 5266 struct seq_buf in scx_dump_state() [all...] |
/linux/drivers/clk/tegra/ |
H A D | clk-bpmp.c | 8 #include <linux/seq_buf.h> 386 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
|
/linux/drivers/input/joystick/ |
H A D | analog.c | 19 #include <linux/seq_buf.h> 339 struct seq_buf s; in analog_name()
|
/linux/kernel/rcu/ |
H A D | refscale.c | 31 #include <linux/seq_buf.h> 974 struct seq_buf s; in process_durations()
|
/linux/tools/testing/nvdimm/test/ |
H A D | ndtest.c | 15 #include <linux/seq_buf.h> 672 struct seq_buf s; in flags_show()
|
/linux/kernel/trace/ |
H A D | trace_events_synth.c | 685 struct seq_buf s; in parse_synth_field()
|
/linux/fs/resctrl/ |
H A D | rdtgroup.c | 22 #include <linux/seq_buf.h> 68 static struct seq_buf last_cmd_status;
|