Home
last modified time | relevance | path

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

12

/linux/include/linux/
A Dseq_buf.h21 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 Dcodetag.h13 struct seq_buf;
68 void codetag_to_text(struct seq_buf *out, struct codetag *ct);
A Dtrace_seq.h21 (sizeof(struct seq_buf) + sizeof(size_t) + sizeof(int)))
25 struct seq_buf seq;
A Dtrace_events.h522 struct seq_buf seq;
/linux/lib/
A Dseq_buf.c38 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 Dalloc_tag.c66 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 Dcodetag.c110 void codetag_to_text(struct seq_buf *out, struct codetag *ct) in codetag_to_text()
A DMakefile36 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
/linux/mm/
A Dmemcontrol-v1.h108 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 Dmemcontrol.c1429 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 Dmemcontrol-v1.c2761 void memcg1_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memcg1_stat_format()
/linux/arch/powerpc/include/asm/
A Dsetup.h90 extern struct seq_buf ppc_hw_desc;
/linux/arch/powerpc/kernel/
A Dsecurity.c153 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 Dsetup-common.c608 struct seq_buf ppc_hw_desc __initdata = {
A Dprocess.c1439 struct seq_buf s; in show_user_instructions()
/linux/kernel/
A Dpanic.c518 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 Dp2pdma.c404 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 Dext.c991 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 Dpapr_scm.c1075 struct seq_buf s; in perf_stats_show()
1118 struct seq_buf s; in flags_show()
/linux/drivers/clk/tegra/
A Dclk-bpmp.c386 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
/linux/drivers/input/joystick/
A Danalog.c339 struct seq_buf s; in analog_name()
/linux/tools/testing/nvdimm/test/
A Dndtest.c672 struct seq_buf s; in flags_show()
/linux/kernel/rcu/
A Drefscale.c895 struct seq_buf s; in process_durations()
/linux/kernel/trace/
A Dtrace_events_synth.c695 struct seq_buf s; in parse_synth_field()
/linux/arch/x86/kernel/cpu/resctrl/
A Drdtgroup.c60 static struct seq_buf last_cmd_status;

Completed in 77 milliseconds

12