Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dseq_buf_kunit.c157 len = seq_buf_get_buf(&s, &buf); in seq_buf_get_buf_commit_test()
168 len = seq_buf_get_buf(&s, &buf); in seq_buf_get_buf_commit_test()
179 len = seq_buf_get_buf(&s, &buf); in seq_buf_get_buf_commit_test()
/linux/include/linux/
H A Dseq_buf.h119 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf() function
/linux/lib/
H A Dseq_buf.c315 size_t size = seq_buf_get_buf(s, &buf);
/linux/kernel/sched/
H A Dext.c4596 avail = seq_buf_get_buf(&s, &buf); in scx_dump_state()