Lines Matching refs:bpf_cgroup_storage_map
17 struct bpf_cgroup_storage_map { struct
26 static struct bpf_cgroup_storage_map *map_to_storage(struct bpf_map *map) in map_to_storage() argument
28 return container_of(map, struct bpf_cgroup_storage_map, map); in map_to_storage()
47 struct bpf_cgroup_storage_map *map, struct bpf_cgroup_storage_key *key, in cgroup_storage_lookup()
82 static int cgroup_storage_insert(struct bpf_cgroup_storage_map *map, in cgroup_storage_insert()
114 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_lookup_elem()
135 storage = cgroup_storage_lookup((struct bpf_cgroup_storage_map *)map, in cgroup_storage_update_elem()
157 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_get_next_key()
193 struct bpf_cgroup_storage_map *map; in cgroup_storage_map_alloc()
212 map = kmalloc_node(sizeof(struct bpf_cgroup_storage_map), in cgroup_storage_map_alloc()
217 map->map.pages = round_up(sizeof(struct bpf_cgroup_storage_map), in cgroup_storage_map_alloc()
232 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_map_free()
257 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_cgroup_storage_assign()
278 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_cgroup_storage_release()
321 storage->map = (struct bpf_cgroup_storage_map *)map; in bpf_cgroup_storage_alloc()
348 struct bpf_cgroup_storage_map *map; in bpf_cgroup_storage_link()
366 struct bpf_cgroup_storage_map *map; in bpf_cgroup_storage_unlink()