Home
last modified time | relevance | path

Searched refs:seq_buf (Results 1 – 25 of 27) sorted by relevance

12

/linux/include/linux/
H A Dcodetag.h13 struct seq_buf;
79 void codetag_to_text(struct seq_buf *out, struct codetag *ct);
H A Dtrace_seq.h5 #include <linux/seq_buf.h>
21 (sizeof(struct seq_buf) + sizeof(size_t) + sizeof(int)))
25 struct seq_buf seq;
H A Dtrace_events.h509 struct seq_buf seq;
/linux/mm/
H A Dmemcontrol-v1.h78 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 Dmemcontrol.c63 #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 Dmemcontrol-v1.c13 #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 Dsetup.h90 extern struct seq_buf ppc_hw_desc;
/linux/drivers/android/tests/
H A Dbinder_alloc_kunit.c18 #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 Dsecurity.c13 #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 Dprocess.c40 #include <linux/seq_buf.h>
1439 struct seq_buf s; in show_user_instructions()
/linux/lib/
H A Dalloc_tag.c10 #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 Dcodetag.c6 #include <linux/seq_buf.h>
120 void codetag_to_text(struct seq_buf *out, struct codetag *ct) in codetag_to_text()
H A DMakefile41 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
H A DKconfig.debug2464 tristate "KUnit test for seq_buf" if !KUNIT_ALL_TESTS
2468 This builds unit tests for the seq_buf library.
/linux/kernel/
H A Dpanic.c38 #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 Dseq_buf_kunit.c3 * 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 Dp2pdma.c21 #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 Dpapr_scm.c16 #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 Dext.c1157 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 Dclk-bpmp.c8 #include <linux/seq_buf.h>
386 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
/linux/drivers/input/joystick/
H A Danalog.c19 #include <linux/seq_buf.h>
339 struct seq_buf s; in analog_name()
/linux/kernel/rcu/
H A Drefscale.c31 #include <linux/seq_buf.h>
974 struct seq_buf s; in process_durations()
/linux/tools/testing/nvdimm/test/
H A Dndtest.c15 #include <linux/seq_buf.h>
672 struct seq_buf s; in flags_show()
/linux/kernel/trace/
H A Dtrace_events_synth.c685 struct seq_buf s; in parse_synth_field()
/linux/fs/resctrl/
H A Drdtgroup.c22 #include <linux/seq_buf.h>
68 static struct seq_buf last_cmd_status;

12