Searched refs:new_storage (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dcgroup.c615 struct bpf_cgroup_storage *new_storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {}; local
657 if (bpf_cgroup_storages_alloc(storage, new_storage, type,
668 bpf_cgroup_storages_free(new_storage);
704 bpf_cgroup_storages_link(new_storage, cgrp, type);
716 bpf_cgroup_storages_free(new_storage);

Completed in 104 milliseconds