Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dseq_buf.h119 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf() function
/linux-6.14.4/lib/
Dseq_buf.c315 size_t size = seq_buf_get_buf(s, &buf);
/linux-6.14.4/kernel/sched/
Dext.c5403 avail = seq_buf_get_buf(&s, &buf); in scx_dump_state()