Lines Matching refs:bpf_ringbuf_map
49 struct bpf_ringbuf_map { struct
152 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()
176 cost = sizeof(struct bpf_ringbuf_map) + in ringbuf_map_alloc()
214 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()
216 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_free()
253 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap()
256 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap()
278 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll()
280 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll()
372 struct bpf_ringbuf_map *rb_map; in BPF_CALL_3()
377 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_3()
446 struct bpf_ringbuf_map *rb_map; in BPF_CALL_4()
452 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_4()
475 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in BPF_CALL_2()