| /linux/include/linux/ |
| H A D | seq_buf.h | 21 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() 119 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf() [all …]
|
| H A D | codetag.h | 13 struct seq_buf; 82 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))) 24 struct seq_buf seq;
|
| H A D | trace_events.h | 510 struct seq_buf seq;
|
| /linux/lib/ |
| H A D | seq_buf.c | 38 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 …]
|
| H A D | alloc_tag.c | 81 static void print_allocinfo_header(struct seq_buf *buf) in print_allocinfo_header() 88 static void alloc_tag_to_text(struct seq_buf *out, struct codetag *ct) in alloc_tag_to_text() 107 struct seq_buf buf; in allocinfo_show()
|
| H A D | codetag.c | 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 | 2503 tristate "KUnit test for seq_buf" if !KUNIT_ALL_TESTS 2507 This builds unit tests for the seq_buf library.
|
| /linux/drivers/android/tests/ |
| H A D | binder_alloc_kunit.c | 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/kernel/ |
| H A D | panic.c | 830 static void print_tainted_seq(struct seq_buf *s, bool verbose) in print_tainted_seq() 861 struct seq_buf s; in _print_tainted()
|
| /linux/lib/tests/ |
| H A D | seq_buf_kunit.c | 14 struct seq_buf s; in seq_buf_init_test()
|
| /linux/drivers/pci/ |
| H A D | p2pdma.c | 510 static void seq_buf_print_bus_devfn(struct seq_buf *buf, struct pci_dev *pdev) in seq_buf_print_bus_devfn() 688 struct seq_buf acs_list; in calc_map_type_and_dist()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | papr_scm.c | 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 | 142 struct seq_buf *s; 719 * @s: output seq_buf 4474 static void dump_newline(struct seq_buf *s) 4478 /* @s may be zero sized and seq_buf triggers WARN if so */ in dump_newline() 4483 static __printf(2, 3) void dump_line(struct seq_buf *s, const char *fmt, ...) 4499 /* @s may be zero sized and seq_buf triggers WARN if so */ in dump_line() 4509 static void dump_stack_trace(struct seq_buf *s, const char *prefix, 4518 static void ops_dump_init(struct seq_buf *s, const char *prefix) 4585 static void scx_dump_task(struct seq_buf *s, struct scx_dump_ctx *dctx, 4640 struct seq_buf in scx_dump_state() [all...] |
| /linux/drivers/clk/tegra/ |
| H A D | clk-bpmp.c | 386 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
|
| /linux/drivers/input/joystick/ |
| H A D | analog.c | 339 struct seq_buf s; in analog_name()
|
| /linux/mm/ |
| H A D | memcontrol.c | 1481 static void memcg_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memcg_stat_format() 1539 static void memory_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memory_stat_format() 1583 struct seq_buf s; in mem_cgroup_print_oom_meminfo() 4531 struct seq_buf s; in memory_stat_show()
|
| H A D | memcontrol-v1.c | 1890 void memcg1_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memcg1_stat_format()
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | ndtest.c | 672 struct seq_buf s; in flags_show()
|
| /linux/kernel/rcu/ |
| H A D | refscale.c | 1327 struct seq_buf s; in process_durations()
|
| /linux/kernel/trace/ |
| H A D | trace_events_synth.c | 690 struct seq_buf s; in parse_synth_field()
|
| /linux/fs/resctrl/ |
| H A D | rdtgroup.c | 69 static struct seq_buf last_cmd_status;
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp.c | 34 #include <linux/seq_buf.h> 1522 static void seq_buf_print_array(struct seq_buf *s, const int *array, int nelem) in seq_buf_print_array()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_edid.c | 2742 static void decode_date(struct seq_buf *s, const struct drm_edid_product_id *id) in decode_date()
|