Searched refs:bpf_cpu_map (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | cpumap.c | 48 struct bpf_cpu_map; 77 struct bpf_cpu_map { struct 86 struct bpf_cpu_map *cmap; in cpu_map_alloc() argument 546 static void __cpu_map_entry_replace(struct bpf_cpu_map *cmap, in __cpu_map_entry_replace() 560 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_delete_elem() 574 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_update_elem() 611 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_free() 647 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in __cpu_map_lookup_elem() 668 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_get_next_key() 691 u64 usage = sizeof(struct bpf_cpu_map); in cpu_map_mem_usage() [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | map_ptr_kern.c | 450 struct bpf_cpu_map { struct 463 struct bpf_cpu_map *cpumap = (struct bpf_cpu_map *)&m_cpumap; in check_cpumap() argument
|