Searched refs:seq_buf (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | seq_buf.h | 18 struct seq_buf { struct 25 struct seq_buf NAME = { \ argument 30 static inline void seq_buf_clear(struct seq_buf *s) in seq_buf_clear() 38 seq_buf_init(struct seq_buf *s, char *buf, unsigned int size) in seq_buf_init() 50 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed() 56 seq_buf_set_overflow(struct seq_buf *s) in seq_buf_set_overflow() 65 seq_buf_buffer_left(struct seq_buf *s) in seq_buf_buffer_left() 74 static inline unsigned int seq_buf_used(struct seq_buf *s) in seq_buf_used() 95 static inline const char *seq_buf_str(struct seq_buf *s) in seq_buf_str() 116 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf() [all …]
|
H A D | trace_seq.h | 16 struct seq_buf seq;
|
H A D | trace_events.h | 520 struct seq_buf seq;
|
/openbmc/linux/lib/ |
H A D | seq_buf.c | 28 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() 105 void seq_buf_do_printk(struct seq_buf *s, const char *lvl) in seq_buf_do_printk() 144 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf() 172 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts() 200 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc() 224 int seq_buf_putmem(struct seq_buf *s, const void *mem, unsigned int len) in seq_buf_putmem() 252 int seq_buf_putmem_hex(struct seq_buf *s, const void *mem, [all …]
|
H A D | Makefile | 35 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | setup.h | 90 extern struct seq_buf ppc_hw_desc;
|
/openbmc/linux/arch/powerpc/kernel/ |
H 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()
|
H A D | setup-common.c | 600 struct seq_buf ppc_hw_desc __initdata = {
|
H A D | process.c | 1434 struct seq_buf s; in show_user_instructions()
|
/openbmc/linux/drivers/pci/ |
H 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()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | papr_scm.c | 1114 struct seq_buf s; in perf_stats_show() 1157 struct seq_buf s; in flags_show()
|
/openbmc/linux/drivers/input/joystick/ |
H A D | analog.c | 339 struct seq_buf s; in analog_name()
|
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-bpmp.c | 386 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
|
/openbmc/linux/mm/ |
H A D | memcontrol.c | 1570 static void memcg_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memcg_stat_format() 1623 static void memcg1_stat_format(struct mem_cgroup *memcg, struct seq_buf *s); 1625 static void memory_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memory_stat_format() 1668 struct seq_buf s; in mem_cgroup_print_oom_meminfo() 4101 static void memcg1_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memcg1_stat_format() 6664 struct seq_buf s; in memory_stat_show()
|
/openbmc/linux/tools/testing/nvdimm/test/ |
H A D | ndtest.c | 666 struct seq_buf s; in flags_show()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_synth.c | 695 struct seq_buf s; in parse_synth_field()
|
/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | rdtgroup.c | 54 static struct seq_buf last_cmd_status;
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |