Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcgroup.c442 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp2266 … (UniqueBool, FwdIt first, size_type n, Compare comp, pointer new_storage, size_type const new_cap) in priv_merge_in_new_buffer() argument
2270 typename value_traits::ArrayDeallocator new_buffer_deallocator(new_storage, a, new_cap); in priv_merge_in_new_buffer()
2271 typename value_traits::ArrayDestructor new_values_destroyer(new_storage, a, 0u); in priv_merge_in_new_buffer()
2275 T* d_first = boost::movelib::to_raw_pointer(new_storage); in priv_merge_in_new_buffer()
2314 this->m_holder.start(new_storage); in priv_merge_in_new_buffer()