Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dcpumap.c43 struct bpf_cpu_map;
60 struct bpf_cpu_map *cmap;
75 struct bpf_cpu_map { struct
86 struct bpf_cpu_map *cmap; in cpu_map_alloc() argument
528 static void __cpu_map_entry_replace(struct bpf_cpu_map *cmap, in __cpu_map_entry_replace()
543 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_delete_elem()
557 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_update_elem()
595 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_free()
632 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in __cpu_map_lookup_elem()
653 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_get_next_key()
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c433 struct bpf_cpu_map { struct
446 struct bpf_cpu_map *cpumap = (struct bpf_cpu_map *)&m_cpumap; in check_cpumap() argument