Searched refs:old_storage (Results 1 – 1 of 1) sorted by relevance
235 struct bpf_cgroup_storage *storage, *old_storage = NULL; in __cgroup_bpf_attach() local292 old_storage = pl->storage; in __cgroup_bpf_attach()293 bpf_cgroup_storage_unlink(old_storage); in __cgroup_bpf_attach()307 if (old_storage) in __cgroup_bpf_attach()308 bpf_cgroup_storage_free(old_storage); in __cgroup_bpf_attach()320 pl->storage = old_storage; in __cgroup_bpf_attach()321 bpf_cgroup_storage_link(old_storage, cgrp, type); in __cgroup_bpf_attach()