Lines Matching defs:map
21 struct bpf_map map; member
28 static struct bpf_cgroup_storage_map *map_to_storage(struct bpf_map *map) in map_to_storage()
33 static bool attach_type_isolated(const struct bpf_map *map) in attach_type_isolated()
38 static int bpf_cgroup_storage_key_cmp(const struct bpf_cgroup_storage_map *map, in bpf_cgroup_storage_key_cmp()
66 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map, in cgroup_storage_lookup()
101 static int cgroup_storage_insert(struct bpf_cgroup_storage_map *map, in cgroup_storage_insert()
133 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_lookup_elem() local
143 static int cgroup_storage_update_elem(struct bpf_map *map, void *key, in cgroup_storage_update_elem()
185 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_copy() local
214 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_update() local
248 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_get_next_key() local
289 struct bpf_cgroup_storage_map *map; in cgroup_storage_map_alloc() local
333 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_map_free() local
352 static int cgroup_storage_delete_elem(struct bpf_map *map, void *key) in cgroup_storage_delete_elem()
357 static int cgroup_storage_check_btf(const struct bpf_map *map, in cgroup_storage_check_btf()
415 static void cgroup_storage_seq_show_elem(struct bpf_map *map, void *key, in cgroup_storage_seq_show_elem()
476 static size_t bpf_cgroup_storage_calculate_size(struct bpf_map *map, u32 *pages) in bpf_cgroup_storage_calculate_size()
498 struct bpf_map *map; in bpf_cgroup_storage_alloc() local
555 struct bpf_map *map; in bpf_cgroup_storage_free() local
572 struct bpf_cgroup_storage_map *map; in bpf_cgroup_storage_link() local
591 struct bpf_cgroup_storage_map *map; in bpf_cgroup_storage_unlink() local