Searched defs:bpf_ringbuf (Results 1 – 1 of 1) sorted by relevance
28 struct bpf_ringbuf { struct29 wait_queue_head_t waitq;30 struct irq_work work;31 u64 mask;32 struct page **pages;33 int nr_pages;34 bool overwrite_mode;35 rqspinlock_t spinlock ____cacheline_aligned_in_smp;51 atomic_t busy ____cacheline_aligned_in_smp;84 struct bpf_ringbuf *rb; argument