Home
last modified time | relevance | path

Searched refs:bln_current_pages (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()
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()
685 bln_stats.bln_current_pages) { in balloon_worker_thread()
688 bln_stats.bln_current_pages - in balloon_worker_thread()
691 bln_stats.bln_current_pages) { in balloon_worker_thread()
695 bln_stats.bln_current_pages); in balloon_worker_thread()
705 bln_stats.bln_current_pages += rv; in balloon_worker_thread()
708 if (bln_stats.bln_current_pages < bln_stats.bln_low) in balloon_worker_thread()
709 bln_stats.bln_low = bln_stats.bln_current_pages; in balloon_worker_thread()
[all …]
/titanic_41/usr/src/uts/i86xpv/sys/
H A Dballoon_impl.h63 pgcnt_t bln_current_pages; /* current reservation */ member