Home
last modified time | relevance | path

Searched refs:rb_map (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dringbuf.c197 struct bpf_ringbuf_map *rb_map; in ringbuf_map_alloc()
213 rb_map = bpf_map_area_alloc(sizeof(*rb_map), NUMA_NO_NODE); in ringbuf_map_alloc()
214 if (!rb_map) in ringbuf_map_alloc()
217 bpf_map_init_from_attr(&rb_map->map, attr); in ringbuf_map_alloc()
219 rb_map->rb = bpf_ringbuf_alloc(attr->max_entries, rb_map->map.numa_node, overwrite_mode); in ringbuf_map_alloc()
220 if (!rb_map->rb) { in ringbuf_map_alloc()
221 bpf_map_area_free(rb_map); in ringbuf_map_alloc()
225 return &rb_map in ringbuf_map_alloc()
196 struct bpf_ringbuf_map *rb_map; ringbuf_map_alloc() local
245 struct bpf_ringbuf_map *rb_map; ringbuf_map_free() local
276 struct bpf_ringbuf_map *rb_map; ringbuf_map_mmap_kern() local
292 struct bpf_ringbuf_map *rb_map; ringbuf_map_mmap_user() local
338 struct bpf_ringbuf_map *rb_map; ringbuf_map_poll_kern() local
351 struct bpf_ringbuf_map *rb_map; ringbuf_map_poll_user() local
541 struct bpf_ringbuf_map *rb_map; BPF_CALL_3() local
615 struct bpf_ringbuf_map *rb_map; BPF_CALL_4() local
672 struct bpf_ringbuf_map *rb_map; BPF_CALL_4() local
[all...]
/linux/include/linux/
H A Dfsl_ifc.h804 __be32 rb_map; member