Searched refs:static_max (Results 1 – 2 of 2) sorted by relevance
66 unsigned long long new_target, static_max; in watch_target() local92 "%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()
188 struct static_max;191 struct static_max<arg> struct197 struct static_max<arg1, arg2, others...> struct199 …static const std::size_t value = arg1 >= arg2 ? static_max<arg1, others...>::value : static_max<ar… argument559 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;