Home
last modified time | relevance | path

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

/openbmc/linux/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()