Searched refs:bpf_cpu_map (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/kernel/bpf/ |
A D | cpumap.c | 47 struct bpf_cpu_map; 64 struct bpf_cpu_map *cmap; 79 struct bpf_cpu_map { struct 90 struct bpf_cpu_map *cmap; in cpu_map_alloc() argument 530 static void __cpu_map_entry_replace(struct bpf_cpu_map *cmap, in __cpu_map_entry_replace() 545 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_delete_elem() 559 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_update_elem() 597 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_free() 634 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in __cpu_map_lookup_elem() 655 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_get_next_key() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | map_ptr_kern.c | 445 struct bpf_cpu_map { struct 458 struct bpf_cpu_map *cpumap = (struct bpf_cpu_map *)&m_cpumap; in check_cpumap() argument
|
Completed in 6 milliseconds