Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dcpumap.c44 struct bpf_cpu_map;
61 struct bpf_cpu_map *cmap;
76 struct bpf_cpu_map { struct
87 struct bpf_cpu_map *cmap; in cpu_map_alloc() argument
531 static void __cpu_map_entry_replace(struct bpf_cpu_map *cmap, in __cpu_map_entry_replace()
546 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_delete_elem()
560 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_update_elem()
598 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_free()
635 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in __cpu_map_lookup_elem()
656 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_get_next_key()
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c445 struct bpf_cpu_map { struct
458 struct bpf_cpu_map *cpumap = (struct bpf_cpu_map *)&m_cpumap; in check_cpumap() argument