Lines Matching defs:map
23 struct bpf_map map; member
30 static struct bpf_cgroup_storage_map *map_to_storage(struct bpf_map *map) in map_to_storage()
35 static bool attach_type_isolated(const struct bpf_map *map) in attach_type_isolated()
40 static int bpf_cgroup_storage_key_cmp(const struct bpf_cgroup_storage_map *map, in bpf_cgroup_storage_key_cmp()
68 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map, in cgroup_storage_lookup()
103 static int cgroup_storage_insert(struct bpf_cgroup_storage_map *map, in cgroup_storage_insert()
135 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_lookup_elem() local
145 static int cgroup_storage_update_elem(struct bpf_map *map, void *key, in cgroup_storage_update_elem()
187 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_copy() local
216 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_update() local
250 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_get_next_key() local
290 struct bpf_cgroup_storage_map *map; in cgroup_storage_map_alloc() local
337 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_map_free() local
356 static int cgroup_storage_delete_elem(struct bpf_map *map, void *key) in cgroup_storage_delete_elem()
361 static int cgroup_storage_check_btf(const struct bpf_map *map, in cgroup_storage_check_btf()
419 static void cgroup_storage_seq_show_elem(struct bpf_map *map, void *key, in cgroup_storage_seq_show_elem()
480 static size_t bpf_cgroup_storage_calculate_size(struct bpf_map *map, u32 *pages) in bpf_cgroup_storage_calculate_size()
501 struct bpf_map *map; in bpf_cgroup_storage_alloc() local
564 struct bpf_map *map; in bpf_cgroup_storage_free() local
586 struct bpf_cgroup_storage_map *map; in bpf_cgroup_storage_link() local
605 struct bpf_cgroup_storage_map *map; in bpf_cgroup_storage_unlink() local