old_storage       307 kernel/bpf/cgroup.c 	struct bpf_cgroup_storage *old_storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {};
old_storage       376 kernel/bpf/cgroup.c 				old_storage[stype] = pl->storage[stype];
old_storage       377 kernel/bpf/cgroup.c 				bpf_cgroup_storage_unlink(old_storage[stype]);
old_storage       394 kernel/bpf/cgroup.c 		if (!old_storage[stype])
old_storage       396 kernel/bpf/cgroup.c 		bpf_cgroup_storage_free(old_storage[stype]);
old_storage       411 kernel/bpf/cgroup.c 		pl->storage[stype] = old_storage[stype];
old_storage       412 kernel/bpf/cgroup.c 		bpf_cgroup_storage_link(old_storage[stype], cgrp, type);