Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86xpv/os/
H A Dballoon.c214 totalpgs = bln_stats.bln_new_target - bln_stats.bln_current_pages; in balloon_init_new_pages()
634 bln_stats.bln_new_target = bln_stats.bln_max_pages; in balloon_handler()
636 bln_stats.bln_new_target = new_target_pages; in balloon_handler()
671 if (bln_stats.bln_new_target != bln_stats.bln_current_pages) { in balloon_worker_thread()
683 if (bln_stats.bln_new_target != bln_stats.bln_current_pages) { in balloon_worker_thread()
684 if (bln_stats.bln_new_target < in balloon_worker_thread()
689 bln_stats.bln_new_target); in balloon_worker_thread()
690 } else if (bln_stats.bln_new_target > in balloon_worker_thread()
694 bln_stats.bln_new_target - in balloon_worker_thread()
749 bln_stats.bln_new_target = bln_stats.bln_high = nr_pages; in balloon_init()
[all …]
/titanic_41/usr/src/uts/i86xpv/sys/
H A Dballoon_impl.h64 pgcnt_t bln_new_target; /* target value for reservation */ member