Searched defs:bpf_ringbuf (Results 1 – 1 of 1) sorted by relevance
34 struct bpf_ringbuf { struct35 wait_queue_head_t waitq;36 struct irq_work work;37 u64 mask;38 struct page **pages;39 int nr_pages;40 spinlock_t spinlock ____cacheline_aligned_in_smp;56 atomic_t busy ____cacheline_aligned_in_smp;
Completed in 4 milliseconds