Searched refs:new_storage (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | cgroup.c | 442 struct bpf_cgroup_storage *new_storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {}; in __cgroup_bpf_attach() local 475 if (bpf_cgroup_storages_alloc(storage, new_storage, type, in __cgroup_bpf_attach() 484 bpf_cgroup_storages_free(new_storage); in __cgroup_bpf_attach() 503 bpf_cgroup_storages_link(new_storage, cgrp, type); in __cgroup_bpf_attach() 511 bpf_cgroup_storages_free(new_storage); in __cgroup_bpf_attach()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | cgroup.c | 615 struct bpf_cgroup_storage *new_storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {}; in __cgroup_bpf_attach() local 657 if (bpf_cgroup_storages_alloc(storage, new_storage, type, in __cgroup_bpf_attach() 668 bpf_cgroup_storages_free(new_storage); in __cgroup_bpf_attach() 704 bpf_cgroup_storages_link(new_storage, cgrp, type); in __cgroup_bpf_attach() 716 bpf_cgroup_storages_free(new_storage); in __cgroup_bpf_attach()
|
Completed in 6 milliseconds