Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dcgroup.c297 *old_storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {NULL}; in __cgroup_bpf_attach() local
366 old_storage[stype] = pl->storage[stype]; in __cgroup_bpf_attach()
367 bpf_cgroup_storage_unlink(old_storage[stype]); in __cgroup_bpf_attach()
384 if (!old_storage[stype]) in __cgroup_bpf_attach()
386 bpf_cgroup_storage_free(old_storage[stype]); in __cgroup_bpf_attach()
401 pl->storage[stype] = old_storage[stype]; in __cgroup_bpf_attach()
402 bpf_cgroup_storage_link(old_storage[stype], cgrp, type); in __cgroup_bpf_attach()