Home
last modified time | relevance | path

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

/include/linux/
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 …]
Dcodetag.h13 struct seq_buf;
78 void codetag_to_text(struct seq_buf *out, struct codetag *ct);
Dtrace_seq.h21 (sizeof(struct seq_buf) + sizeof(size_t) + sizeof(int)))
25 struct seq_buf seq;
Dtrace_events.h526 struct seq_buf seq;