Home
last modified time | relevance | path

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

/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/kernel/bpf/
H A Ddiagnostics.c263 available = seq_buf_get_buf(&chunk->seq, &buf); in diag_fmt_alloc()
275 available = seq_buf_get_buf(&chunk->seq, &buf); in diag_fmt_alloc()
/linux/kernel/sched/ext/
H A Dext.c6856 avail = seq_buf_get_buf(s, &buf); in scx_dump_cpu()