Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/xen/
H A Dxen-balloon.c66 unsigned long long new_target, static_max; in watch_target() local
92 "%llu", &static_max) == 1) || in watch_target()
94 "%llu", &static_max) == 1)) in watch_target()
95 static_max >>= PAGE_SHIFT - 10; in watch_target()
97 static_max = balloon_stats.current_pages; in watch_target()
100 : static_max - balloon_stats.target_pages; in watch_target()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Dvariant.hpp188 struct static_max;
191 struct static_max<arg> struct
197 struct static_max<arg1, arg2, others...> struct
199 …static const std::size_t value = arg1 >= arg2 ? static_max<arg1, others...>::value : static_max<ar… argument
559 static const std::size_t data_size = detail::static_max<sizeof(Types)...>::value;
560 static const std::size_t data_align = detail::static_max<alignof(Types)...>::value;