Searched refs:seq_buf (Results 1 - 20 of 20) sorted by relevance

/linux-master/include/linux/
H A Dseq_buf.h16 * struct seq_buf - seq buffer structure
21 struct seq_buf { struct
28 struct seq_buf NAME = { \
33 static inline void seq_buf_clear(struct seq_buf *s)
41 seq_buf_init(struct seq_buf *s, char *buf, unsigned int size)
49 * seq_buf have a buffer that might overflow. When this happens
53 seq_buf_has_overflowed(struct seq_buf *s)
59 seq_buf_set_overflow(struct seq_buf *s)
65 * How much buffer is left on the seq_buf?
68 seq_buf_buffer_left(struct seq_buf *
[all...]
H A Dtrace_seq.h5 #include <linux/seq_buf.h>
21 (sizeof(struct seq_buf) + sizeof(size_t) + sizeof(int)))
25 struct seq_buf seq;
H A Dtrace_events.h522 struct seq_buf seq;
/linux-master/lib/
H A Dseq_buf.c3 * seq_buf.c
7 * The seq_buf is a handy tool that allows you to pass a descriptor around
11 * To use it, the seq_buf must be initialized with seq_buf_init().
13 * seq_buf_init() more than once to reset the seq_buf to start
23 #include <linux/seq_buf.h>
32 * @s: the seq_buf descriptor
35 * Returns: true if there's enough unused space in the seq_buf buffer
38 static bool seq_buf_can_fit(struct seq_buf *s, size_t len)
44 * seq_buf_print_seq - move the contents of seq_buf into a seq_file
46 * @s: the seq_buf descripto
[all...]
H A DMakefile35 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
/linux-master/arch/powerpc/include/asm/
H A Dsetup.h90 extern struct seq_buf ppc_hw_desc;
/linux-master/arch/powerpc/kernel/
H A Dsecurity.c13 #include <linux/seq_buf.h>
153 struct seq_buf s;
183 struct seq_buf s;
205 struct seq_buf s;
H A Dsetup-common.c28 #include <linux/seq_buf.h>
608 struct seq_buf ppc_hw_desc __initdata = {
H A Dprom.c33 #include <linux/seq_buf.h>
H A Dprocess.c40 #include <linux/seq_buf.h>
1434 struct seq_buf s;
/linux-master/drivers/clk/tegra/
H A Dclk-bpmp.c8 #include <linux/seq_buf.h>
386 struct seq_buf buf;
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c20 #include <linux/seq_buf.h>
/linux-master/drivers/pci/
H A Dp2pdma.c21 #include <linux/seq_buf.h>
404 static void seq_buf_print_bus_devfn(struct seq_buf *buf, struct pci_dev *pdev)
582 struct seq_buf acs_list;
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c15 #include <linux/seq_buf.h>
1114 struct seq_buf s;
1157 struct seq_buf s;
H A Dsetup.c44 #include <linux/seq_buf.h>
/linux-master/drivers/input/joystick/
H A Danalog.c19 #include <linux/seq_buf.h>
339 struct seq_buf s;
/linux-master/tools/testing/nvdimm/test/
H A Dndtest.c15 #include <linux/seq_buf.h>
670 struct seq_buf s;
/linux-master/mm/
H A Dmemcontrol.c66 #include <linux/seq_buf.h>
1642 static void memcg_stat_format(struct mem_cgroup *memcg, struct seq_buf *s)
1695 static void memcg1_stat_format(struct mem_cgroup *memcg, struct seq_buf *s);
1697 static void memory_stat_format(struct mem_cgroup *memcg, struct seq_buf *s)
1740 struct seq_buf s;
4302 static void memcg1_stat_format(struct mem_cgroup *memcg, struct seq_buf *s)
6891 struct seq_buf s;
/linux-master/kernel/trace/
H A Dtrace_events_synth.c695 struct seq_buf s;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c22 #include <linux/seq_buf.h>
61 static struct seq_buf last_cmd_status;

Completed in 232 milliseconds