Symbol: bpf_ringbuf_map
kernel/bpf/ringbuf.c
197
struct bpf_ringbuf_map *rb_map;
kernel/bpf/ringbuf.c
246
struct bpf_ringbuf_map *rb_map;
kernel/bpf/ringbuf.c
248
rb_map = container_of(map, struct bpf_ringbuf_map, map);
kernel/bpf/ringbuf.c
277
struct bpf_ringbuf_map *rb_map;
kernel/bpf/ringbuf.c
279
rb_map = container_of(map, struct bpf_ringbuf_map, map);
kernel/bpf/ringbuf.c
293
struct bpf_ringbuf_map *rb_map;
kernel/bpf/ringbuf.c
295
rb_map = container_of(map, struct bpf_ringbuf_map, map);
kernel/bpf/ringbuf.c
339
struct bpf_ringbuf_map *rb_map;
kernel/bpf/ringbuf.c
341
rb_map = container_of(map, struct bpf_ringbuf_map, map);
kernel/bpf/ringbuf.c
352
struct bpf_ringbuf_map *rb_map;
kernel/bpf/ringbuf.c
354
rb_map = container_of(map, struct bpf_ringbuf_map, map);
kernel/bpf/ringbuf.c
367
u64 usage = sizeof(struct bpf_ringbuf_map);
kernel/bpf/ringbuf.c
369
rb = container_of(map, struct bpf_ringbuf_map, map)->rb;
kernel/bpf/ringbuf.c
377
BTF_ID_LIST_SINGLE(ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
kernel/bpf/ringbuf.c
392
BTF_ID_LIST_SINGLE(user_ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
kernel/bpf/ringbuf.c
542
struct bpf_ringbuf_map *rb_map;
kernel/bpf/ringbuf.c
547
rb_map = container_of(map, struct bpf_ringbuf_map, map);
kernel/bpf/ringbuf.c
616
struct bpf_ringbuf_map *rb_map;
kernel/bpf/ringbuf.c
622
rb_map = container_of(map, struct bpf_ringbuf_map, map);
kernel/bpf/ringbuf.c
645
rb = container_of(map, struct bpf_ringbuf_map, map)->rb;
kernel/bpf/ringbuf.c
673
struct bpf_ringbuf_map *rb_map;
kernel/bpf/ringbuf.c
688
rb_map = container_of(map, struct bpf_ringbuf_map, map);
kernel/bpf/ringbuf.c
829
rb = container_of(map, struct bpf_ringbuf_map, map)->rb;
tools/testing/selftests/bpf/progs/map_ptr_kern.c
666
struct bpf_ringbuf_map *ringbuf = (struct bpf_ringbuf_map *)&m_ringbuf;