Searched defs:bpf_ringbuf (Results 1 – 1 of 1) sorted by relevance
27 struct bpf_ringbuf { struct28 wait_queue_head_t waitq;29 struct irq_work work;30 u64 mask;31 struct page **pages;32 int nr_pages;33 rqspinlock_t spinlock ____cacheline_aligned_in_smp;49 atomic_t busy ____cacheline_aligned_in_smp;81 struct bpf_ringbuf *rb; argument