Lines Matching refs:bpf_ringbuf_map
76 struct bpf_ringbuf_map { struct
188 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()
229 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()
231 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_free()
260 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap_kern()
262 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap_kern()
278 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap_user()
280 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap_user()
313 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll_kern()
315 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll_kern()
326 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll_user()
328 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll_user()
341 u64 usage = sizeof(struct bpf_ringbuf_map); in ringbuf_map_mem_usage()
343 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in ringbuf_map_mem_usage()
351 BTF_ID_LIST_SINGLE(ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
366 BTF_ID_LIST_SINGLE(user_ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
453 struct bpf_ringbuf_map *rb_map; in BPF_CALL_3()
458 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_3()
527 struct bpf_ringbuf_map *rb_map; in BPF_CALL_4()
533 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_4()
556 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in BPF_CALL_2()
582 struct bpf_ringbuf_map *rb_map; in BPF_CALL_4()
597 rb_map = container_of(map, struct bpf_ringbuf_map, map); in BPF_CALL_4()
738 rb = container_of(map, struct bpf_ringbuf_map, map)->rb; in BPF_CALL_4()