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

/linux-master/kernel/bpf/
H A Dcpumap.c48 struct bpf_cpu_map;
76 struct bpf_cpu_map { struct
87 struct bpf_cpu_map *cmap;
503 static void __cpu_map_entry_replace(struct bpf_cpu_map *cmap,
517 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map);
531 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map);
568 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, ma
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c450 struct bpf_cpu_map { struct
463 struct bpf_cpu_map *cpumap = (struct bpf_cpu_map *)&m_cpumap;

Completed in 94 milliseconds