Searched refs:seq_buf (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/ |
D | seq_buf.h | 19 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, unsigned 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() 82 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf() 104 static inline void seq_buf_commit(struct seq_buf *s, int num) in seq_buf_commit() 116 int seq_buf_printf(struct seq_buf *s, const char *fmt, ...); [all …]
|
D | trace_seq.h | 16 struct seq_buf seq;
|
/Linux-v4.19/lib/ |
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() 113 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf() 141 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts() 165 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc() 189 int seq_buf_putmem(struct seq_buf *s, const void *mem, unsigned int len) in seq_buf_putmem() 217 int seq_buf_putmem_hex(struct seq_buf *s, const void *mem, 261 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc) [all …]
|
D | Makefile | 26 earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | security.c | 112 struct seq_buf s; in cpu_show_meltdown() 141 struct seq_buf s; in cpu_show_spectre_v1() 163 struct seq_buf s; in cpu_show_spectre_v2()
|
/Linux-v4.19/drivers/clk/tegra/ |
D | clk-bpmp.c | 366 struct seq_buf buf; in tegra_bpmp_clk_info_dump()
|
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | intel_rdt_rdtgroup.c | 57 static struct seq_buf last_cmd_status;
|