Home
last modified time | relevance | path

Searched refs:bpf_bprintf_buffers (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dhelpers.c770 static DEFINE_PER_CPU(struct bpf_bprintf_buffers[MAX_BPRINTF_NEST_LEVEL], bpf_bprintf_bufs);
773 int bpf_try_get_buffers(struct bpf_bprintf_buffers **bufs) in bpf_try_get_buffers()
823 struct bpf_bprintf_buffers *buffers = NULL; in bpf_bprintf_prepare()
/linux/include/linux/
H A Dbpf.h4084 struct bpf_bprintf_buffers { struct
4099 int bpf_try_get_buffers(struct bpf_bprintf_buffers **bufs); argument