Home
last modified time | relevance | path

Searched refs:cgroup_storage (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dlocal_storage.c264 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()
Dcgroup.c128 progs->items[cnt].cgroup_storage = pl->storage; in compute_effective_progs()
Dsyscall.c994 if (aux->cgroup_storage) in free_used_maps()
995 bpf_cgroup_storage_release(aux->prog, aux->cgroup_storage); in free_used_maps()
Dverifier.c5230 if (env->prog->aux->cgroup_storage) in release_maps()
5232 env->prog->aux->cgroup_storage); in release_maps()
/Linux-v4.19/include/linux/
Dbpf.h291 struct bpf_map *cgroup_storage; member
360 struct bpf_cgroup_storage *cgroup_storage; member
397 bpf_cgroup_storage_set(_item->cgroup_storage); \