Searched refs:seq_buf_get_buf (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dseq_buf.h112 * seq_buf_get_buf - get buffer to write arbitrary data to
119 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) function
138 * by seq_buf_get_buf(). To signal an error condition, or that the data
/linux-master/lib/
H A Dseq_buf.c315 size_t size = seq_buf_get_buf(s, &buf);

Completed in 113 milliseconds