Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcpumap.c49 struct bpf_cpu_map;
79 struct bpf_cpu_map { struct
88 struct bpf_cpu_map *cmap; in cpu_map_alloc() argument
553 static void __cpu_map_entry_replace(struct bpf_cpu_map *cmap, in __cpu_map_entry_replace()
567 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_delete_elem()
581 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_update_elem()
618 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_free()
654 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in __cpu_map_lookup_elem()
675 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_get_next_key()
698 u64 usage = sizeof(struct bpf_cpu_map); in cpu_map_mem_usage()
[all …]
/linux/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; in check_cpumap() argument