Lines Matching refs:bpf_cpu_map
48 struct bpf_cpu_map;
76 struct bpf_cpu_map { struct
85 struct bpf_cpu_map *cmap; in cpu_map_alloc() argument
506 static void __cpu_map_entry_replace(struct bpf_cpu_map *cmap, in __cpu_map_entry_replace()
520 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_delete_elem()
534 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_update_elem()
571 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_free()
607 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in __cpu_map_lookup_elem()
628 struct bpf_cpu_map *cmap = container_of(map, struct bpf_cpu_map, map); in cpu_map_get_next_key()
651 u64 usage = sizeof(struct bpf_cpu_map); in cpu_map_mem_usage()
658 BTF_ID_LIST_SINGLE(cpu_map_btf_ids, struct, bpf_cpu_map)