Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Drtree.hpp458 allocators_type & this_allocs = m_members.allocators(); in operator =() local
469 if ( propagate::value && !(this_allocs == src_allocs) ) in operator =()
471 detail::assign_cond(this_allocs, src_allocs, propagate()); in operator =()
496 allocators_type & this_allocs = m_members.allocators(); in operator =() local
499 if ( this_allocs == src_allocs ) in operator =()
518 detail::move_cond(this_allocs, src_allocs, propagate()); in operator =()
/OK3568_Linux_fs/kernel/mm/
H A Dpercpu.c2738 int this_allocs = DIV_ROUND_UP(group_cnt[group], upa); in pcpu_build_alloc_info() local
2739 allocs += this_allocs; in pcpu_build_alloc_info()
2740 wasted += this_allocs * upa - group_cnt[group]; in pcpu_build_alloc_info()