Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dringbuf.c19 (offsetof(struct bpf_ringbuf, consumer_pos) >> PAGE_SHIFT)
26 struct bpf_ringbuf { struct
78 struct bpf_ringbuf *rb;
87 static struct bpf_ringbuf *bpf_ringbuf_area_alloc(size_t data_sz, int numa_node) in bpf_ringbuf_area_alloc()
95 struct bpf_ringbuf *rb; in bpf_ringbuf_area_alloc()
150 struct bpf_ringbuf *rb = container_of(work, struct bpf_ringbuf, work); in bpf_ringbuf_notify()
166 static struct bpf_ringbuf *bpf_ringbuf_alloc(size_t data_sz, int numa_node) in bpf_ringbuf_alloc()
168 struct bpf_ringbuf *rb; in bpf_ringbuf_alloc()
213 static void bpf_ringbuf_free(struct bpf_ringbuf *rb) in bpf_ringbuf_free()
296 static unsigned long ringbuf_avail_data_sz(struct bpf_ringbuf *rb) in ringbuf_avail_data_sz()
[all …]