Searched refs:bpf_cpu_map (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/kernel/bpf/ |
D | cpumap.c | 42 struct bpf_cpu_map; 59 struct bpf_cpu_map *cmap; 74 struct bpf_cpu_map { struct 85 struct bpf_cpu_map *cmap; in cpu_map_alloc() argument 520 static void __cpu_map_entry_replace(struct bpf_cpu_map *cmap, in __cpu_map_entry_replace() 535 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_delete_elem() 549 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_update_elem() 587 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_free() 621 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in __cpu_map_lookup_elem() 641 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_get_next_key()
|
/Linux-v5.10/tools/testing/selftests/bpf/progs/ |
D | map_ptr_kern.c | 439 struct bpf_cpu_map { struct 452 struct bpf_cpu_map *cpumap = (struct bpf_cpu_map *)&m_cpumap; in check_cpumap() argument
|