HomeSort by: relevance | last modified time | path
    Searched defs:target_max (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
balloon.c 625 uint64_t target_kb, target_max, target_min; local in function:balloon_xenbus_watcher
643 target_max = BALLOON_PAGES_TO_KB(xenmem_get_maxreservation());
644 if (target_kb > target_max) {
651 target_kb, target_max);
balloon.c 625 uint64_t target_kb, target_max, target_min; local in function:balloon_xenbus_watcher
643 target_max = BALLOON_PAGES_TO_KB(xenmem_get_maxreservation());
644 if (target_kb > target_max) {
651 target_kb, target_max);

Completed in 235 milliseconds