Searched defs:bpf_ringbuf (Results 1 – 1 of 1) sorted by relevance
26 struct bpf_ringbuf { struct27 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