Home
last modified time | relevance | path

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

/linux/include/linux/
H 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()
119 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf()
[all …]
/linux/kernel/sched/ext/
H A Dsub.h45 void scx_rescue_dump(struct seq_buf *s, struct rq *rq);
101 static inline void scx_rescue_dump(struct seq_buf *s, struct rq *rq) {} in scx_rescue_dump()
H A Dext.c207 struct seq_buf *s;
6665 static void dump_newline(struct seq_buf *s) in dump_newline()
6674 __printf(2, 3) void scx_dump_line(struct seq_buf *s, const char *fmt, ...) in scx_dump_line()
6700 static void dump_stack_trace(struct seq_buf *s, const char *prefix, in dump_stack_trace()
6709 static void ops_dump_init(struct seq_buf *s, const char *prefix) in ops_dump_init()
6776 static void scx_dump_task(struct scx_sched *sch, struct seq_buf *s, struct scx_dump_ctx *dctx, in scx_dump_task()
6829 static void scx_dump_cpu(struct scx_sched *sch, struct seq_buf *s, in scx_dump_cpu()
6837 struct seq_buf ns; in scx_dump_cpu()
6935 struct seq_buf s; in scx_dump_state()
H A Dinternal.h2045 __printf(2, 3) void scx_dump_line(struct seq_buf *s, const char *fmt, ...);
H A Dsub.c606 void scx_rescue_dump(struct seq_buf *s, struct rq *rq) in scx_rescue_dump()
/linux/drivers/android/tests/
H A Dbinder_alloc_kunit.c112 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/lib/
H A Dalloc_tag.c97 static void print_allocinfo_header(struct seq_buf *buf) in print_allocinfo_header()
104 static void alloc_tag_to_text(struct seq_buf *out, struct codetag *ct) in alloc_tag_to_text()
123 struct seq_buf buf; in allocinfo_show()
H A DMakefile41 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
/linux/drivers/input/joystick/
H A Danalog.c339 struct seq_buf s; in analog_name()
/linux/drivers/clk/tegra/
H A Dclk-bpmp.c394 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
/linux/tools/testing/nvdimm/test/
H A Dndtest.c671 struct seq_buf s; in flags_show()
/linux/drivers/input/serio/
H A Di8042-acpipnpio.h1483 struct seq_buf sb; in i8042_pnp_id_to_string()
/linux/mm/
H A Dmemcontrol.c1698 static void memcg_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memcg_stat_format()
1756 static void memory_stat_format(struct mem_cgroup *memcg, struct seq_buf *s) in memory_stat_format()
1800 struct seq_buf s; in mem_cgroup_print_oom_meminfo()
4930 struct seq_buf s; in memory_stat_show()
/linux/kernel/bpf/
H A Ddiagnostics.c178 struct seq_buf seq;
183 struct seq_buf seq;
/linux/kernel/trace/
H A Dtrace_events_hist.c1735 static bool expr_field_str(struct hist_field *field, struct seq_buf *s) in expr_field_str()
1764 struct seq_buf s; in expr_str()
2982 struct seq_buf s; in find_synthetic_field_var()
3043 struct seq_buf s; in create_field_var_hist()
H A Dtrace_events_synth.c754 struct seq_buf s; in parse_synth_field()
H A Dtrace_events.c4617 static struct seq_buf bootup_event_seq __initdata = {
/linux/fs/resctrl/
H A Drdtgroup.c69 static struct seq_buf last_cmd_status;
/linux/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c5165 struct seq_buf *s) in intel_ddi_encoder_name()
/linux/drivers/gpu/drm/
H A Ddrm_edid.c2765 static void decode_date(struct seq_buf *s, const struct drm_edid_product_id *id) in decode_date()
/linux/kernel/sched/
H A Dcore.c8121 struct seq_buf s; in preempt_model_str()