Home
last modified time | relevance | path

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

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