Lines Matching defs:rb
52 struct bpf_ringbuf *rb; member
69 struct bpf_ringbuf *rb; in bpf_ringbuf_area_alloc() local
126 struct bpf_ringbuf *rb = container_of(work, struct bpf_ringbuf, work); in bpf_ringbuf_notify() local
133 struct bpf_ringbuf *rb; in bpf_ringbuf_alloc() local
198 static void bpf_ringbuf_free(struct bpf_ringbuf *rb) in bpf_ringbuf_free()
243 static size_t bpf_ringbuf_mmap_page_cnt(const struct bpf_ringbuf *rb) in bpf_ringbuf_mmap_page_cnt()
266 static unsigned long ringbuf_avail_data_sz(struct bpf_ringbuf *rb) in ringbuf_avail_data_sz()
309 static size_t bpf_ringbuf_rec_pg_off(struct bpf_ringbuf *rb, in bpf_ringbuf_rec_pg_off()
327 static void *__bpf_ringbuf_reserve(struct bpf_ringbuf *rb, u64 size) in __bpf_ringbuf_reserve()
393 struct bpf_ringbuf *rb; in bpf_ringbuf_commit() local
473 struct bpf_ringbuf *rb; in BPF_CALL_2() local