Lines Matching refs:bpf_cgroup_storage_map

19 struct bpf_cgroup_storage_map {  struct
28 static struct bpf_cgroup_storage_map *map_to_storage(struct bpf_map *map) in map_to_storage() argument
30 return container_of(map, struct bpf_cgroup_storage_map, map); in map_to_storage()
49 struct bpf_cgroup_storage_map *map, struct bpf_cgroup_storage_key *key, in cgroup_storage_lookup()
84 static int cgroup_storage_insert(struct bpf_cgroup_storage_map *map, in cgroup_storage_insert()
116 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_lookup_elem()
144 storage = cgroup_storage_lookup((struct bpf_cgroup_storage_map *)map, in cgroup_storage_update_elem()
173 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_copy()
203 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_update()
238 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_get_next_key()
274 struct bpf_cgroup_storage_map *map; in cgroup_storage_map_alloc()
295 ret = bpf_map_charge_init(&mem, sizeof(struct bpf_cgroup_storage_map)); in cgroup_storage_map_alloc()
299 map = kmalloc_node(sizeof(struct bpf_cgroup_storage_map), in cgroup_storage_map_alloc()
320 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_map_free()
426 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_cgroup_storage_assign()
449 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_cgroup_storage_release()
513 storage->map = (struct bpf_cgroup_storage_map *)map; in bpf_cgroup_storage_alloc()
566 struct bpf_cgroup_storage_map *map; in bpf_cgroup_storage_link()
584 struct bpf_cgroup_storage_map *map; in bpf_cgroup_storage_unlink()