Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dseq_buf.h19 struct seq_buf { struct
26 static inline void seq_buf_clear(struct seq_buf *s) in seq_buf_clear() argument
33 seq_buf_init(struct seq_buf *s, char *buf, unsigned int size) in seq_buf_init()
45 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed()
51 seq_buf_set_overflow(struct seq_buf *s) in seq_buf_set_overflow()
60 seq_buf_buffer_left(struct seq_buf *s) in seq_buf_buffer_left()
69 static inline unsigned int seq_buf_used(struct seq_buf *s) in seq_buf_used()
88 static inline void seq_buf_terminate(struct seq_buf *s) in seq_buf_terminate()
141 int seq_buf_printf(struct seq_buf *s, const char *fmt, ...);
147 extern int seq_buf_puts(struct seq_buf *s, const char *str);
[all …]
A Dtrace_seq.h16 struct seq_buf seq;
A Dtrace_events.h501 struct seq_buf seq;
/linux-6.3-rc2/lib/
A Dseq_buf.c28 static bool seq_buf_can_fit(struct seq_buf *s, size_t len) in seq_buf_can_fit()
40 int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s) in seq_buf_print_seq()
57 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) in seq_buf_vprintf()
83 int seq_buf_printf(struct seq_buf *s, const char *fmt, ...) in seq_buf_printf()
114 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf()
142 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts()
170 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc()
194 int seq_buf_putmem(struct seq_buf *s, const void *mem, unsigned int len) in seq_buf_putmem()
222 int seq_buf_putmem_hex(struct seq_buf *s, const void *mem,
270 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc)
[all …]
A DMakefile35 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dsetup.h91 extern struct seq_buf ppc_hw_desc;
/linux-6.3-rc2/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.c600 struct seq_buf ppc_hw_desc __initdata = {
A Dprocess.c1427 struct seq_buf s; in show_user_instructions()
/linux-6.3-rc2/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()
583 struct seq_buf acs_list; in calc_map_type_and_dist()
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Dpapr_scm.c1114 struct seq_buf s; in perf_stats_show()
1157 struct seq_buf s; in flags_show()
/linux-6.3-rc2/drivers/input/joystick/
A Danalog.c339 struct seq_buf s; in analog_name()
/linux-6.3-rc2/drivers/clk/tegra/
A Dclk-bpmp.c385 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
/linux-6.3-rc2/tools/testing/nvdimm/test/
A Dndtest.c666 struct seq_buf s; in flags_show()
/linux-6.3-rc2/kernel/trace/
A Dtrace_events_synth.c704 struct seq_buf s; in parse_synth_field()
A Dtrace.c3803 struct seq_buf *seq = &s->seq; in show_buffer()
/linux-6.3-rc2/arch/x86/kernel/cpu/resctrl/
A Drdtgroup.c54 static struct seq_buf last_cmd_status;
/linux-6.3-rc2/mm/
A Dmemcontrol.c1556 struct seq_buf s; in memory_stat_format()

Completed in 74 milliseconds