Home
last modified time | relevance | path

Searched refs:bpf_ringbuf_map (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/kernel/bpf/
H A Dringbuf.c76 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, ma in ringbuf_map_poll_kern()
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dringbuf.c51 struct bpf_ringbuf_map { struct
156 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()
180 cost = sizeof(struct bpf_ringbuf_map) + in ringbuf_map_alloc()
218 struct bpf_ringbuf_map *rb_map; in ringbuf_map_free()
220 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_free()
249 struct bpf_ringbuf_map *rb_map; in ringbuf_map_mmap()
251 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_mmap()
277 struct bpf_ringbuf_map *rb_map; in ringbuf_map_poll()
279 rb_map = container_of(map, struct bpf_ringbuf_map, map); in ringbuf_map_poll()
298 .map_btf_name = "bpf_ringbuf_map",
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c639 struct bpf_ringbuf_map { struct
650 struct bpf_ringbuf_map *ringbuf = (struct bpf_ringbuf_map *)&m_ringbuf; in check_ringbuf()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c650 struct bpf_ringbuf_map { struct
660 struct bpf_ringbuf_map *ringbuf = (struct bpf_ringbuf_map *)&m_ringbuf; in check_ringbuf()

Completed in 4 milliseconds