Lines Matching defs:map

22 	struct bpf_map map;  member
29 static struct bpf_cgroup_storage_map *map_to_storage(struct bpf_map *map) in map_to_storage()
34 static bool attach_type_isolated(const struct bpf_map *map) in attach_type_isolated()
39 static int bpf_cgroup_storage_key_cmp(const struct bpf_cgroup_storage_map *map, in bpf_cgroup_storage_key_cmp()
67 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map, in cgroup_storage_lookup()
102 static int cgroup_storage_insert(struct bpf_cgroup_storage_map *map, in cgroup_storage_insert()
134 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_lookup_elem() local
144 static long 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
332 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_map_free() local
351 static long cgroup_storage_delete_elem(struct bpf_map *map, void *key) in cgroup_storage_delete_elem()
356 static int cgroup_storage_check_btf(const struct bpf_map *map, in cgroup_storage_check_btf()
414 static void cgroup_storage_seq_show_elem(struct bpf_map *map, void *key, in cgroup_storage_seq_show_elem()
449 static u64 cgroup_storage_map_usage(const struct bpf_map *map) in cgroup_storage_map_usage()
482 static size_t bpf_cgroup_storage_calculate_size(struct bpf_map *map, u32 *pages) in bpf_cgroup_storage_calculate_size()
504 struct bpf_map *map; in bpf_cgroup_storage_alloc() local
561 struct bpf_map *map; in bpf_cgroup_storage_free() local
578 struct bpf_cgroup_storage_map *map; in bpf_cgroup_storage_link() local
597 struct bpf_cgroup_storage_map *map; in bpf_cgroup_storage_unlink() local