Lines Matching defs:rb
80 struct bpf_ringbuf *rb; member
97 struct bpf_ringbuf *rb; in bpf_ringbuf_area_alloc() local
152 struct bpf_ringbuf *rb = container_of(work, struct bpf_ringbuf, work); in bpf_ringbuf_notify() local
170 struct bpf_ringbuf *rb; in bpf_ringbuf_alloc() local
216 static void bpf_ringbuf_free(struct bpf_ringbuf *rb) in bpf_ringbuf_free()
299 static unsigned long ringbuf_avail_data_sz(struct bpf_ringbuf *rb) in ringbuf_avail_data_sz()
308 static u32 ringbuf_total_data_sz(const struct bpf_ringbuf *rb) in ringbuf_total_data_sz()
341 struct bpf_ringbuf *rb; in ringbuf_map_mem_usage() local
390 static size_t bpf_ringbuf_rec_pg_off(struct bpf_ringbuf *rb, in bpf_ringbuf_rec_pg_off()
408 static void *__bpf_ringbuf_reserve(struct bpf_ringbuf *rb, u64 size) in __bpf_ringbuf_reserve()
493 struct bpf_ringbuf *rb; in bpf_ringbuf_commit() local
573 struct bpf_ringbuf *rb; in BPF_CALL_2() local
676 static int __bpf_user_ringbuf_peek(struct bpf_ringbuf *rb, void **sample, u32 *size) in __bpf_user_ringbuf_peek()
731 static void __bpf_user_ringbuf_sample_release(struct bpf_ringbuf *rb, size_t size, u64 flags) in __bpf_user_ringbuf_sample_release()
748 struct bpf_ringbuf *rb; in BPF_CALL_4() local