Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dringbuf.c34 struct bpf_ringbuf { struct
35 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 5 milliseconds