Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dcgroup.c632 struct bpf_cgroup_storage *new_storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {}; in __cgroup_bpf_attach() local
674 if (bpf_cgroup_storages_alloc(storage, new_storage, type, in __cgroup_bpf_attach()
685 bpf_cgroup_storages_free(new_storage); in __cgroup_bpf_attach()
721 bpf_cgroup_storages_link(new_storage, cgrp, type); in __cgroup_bpf_attach()
733 bpf_cgroup_storages_free(new_storage); in __cgroup_bpf_attach()