Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dringbuf.c33 struct bpf_ringbuf { struct
54 struct bpf_ringbuf *rb; argument
/kernel/linux/linux-6.6/kernel/bpf/
Dringbuf.c26 struct bpf_ringbuf { struct
27 wait_queue_head_t waitq;
28 struct irq_work work;
29 u64 mask;
30 struct page **pages;
31 int nr_pages;
32 raw_spinlock_t spinlock ____cacheline_aligned_in_smp;
48 atomic_t busy ____cacheline_aligned_in_smp;
80 struct bpf_ringbuf *rb; argument