Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dringbuf.c89 static struct bpf_ringbuf *bpf_ringbuf_area_alloc(size_t data_sz, int numa_node) in bpf_ringbuf_area_alloc() function
172 rb = bpf_ringbuf_area_alloc(data_sz, numa_node); in bpf_ringbuf_alloc()
/openbmc/linux/Documentation/bpf/
H A Dringbuf.rst192 diagram showing this visually in ``bpf_ringbuf_area_alloc()``.