Searched refs:cgroup_storage (Results 1 – 5 of 5) sorted by relevance
264 if (prog->aux->cgroup_storage && prog->aux->cgroup_storage != _map) in bpf_cgroup_storage_assign()268 prog->aux->cgroup_storage = _map; in bpf_cgroup_storage_assign()282 WARN_ON(prog->aux->cgroup_storage != _map); in bpf_cgroup_storage_release()284 prog->aux->cgroup_storage = NULL; in bpf_cgroup_storage_release()295 map = prog->aux->cgroup_storage; in bpf_cgroup_storage_alloc()
128 progs->items[cnt].cgroup_storage = pl->storage; in compute_effective_progs()
994 if (aux->cgroup_storage) in free_used_maps()995 bpf_cgroup_storage_release(aux->prog, aux->cgroup_storage); in free_used_maps()
5230 if (env->prog->aux->cgroup_storage) in release_maps()5232 env->prog->aux->cgroup_storage); in release_maps()
291 struct bpf_map *cgroup_storage; member360 struct bpf_cgroup_storage *cgroup_storage; member397 bpf_cgroup_storage_set(_item->cgroup_storage); \