Searched defs:new_target_pages (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dballoon.c605 pgcnt_t new_target_pages; local
615 new_target_pages = kbtop(new_target_kb);
617 DTRACE_PROBE1(balloon__new__target, pgcnt_t, new_target_pages);
625 if (new_target_pages > bln_stats.bln_max_pages) {
627 new_target_pages, pgcnt_t, bln_stats.bln_max_pages);
633 new_target_pages, bln_stats.bln_max_pages);
638 bln_stats.bln_new_target = new_target_pages;

Completed in 58 milliseconds