HomeSort by: relevance | last modified time | path
    Searched defs:target_kb (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
627 target_kb = balloon_xenbus_read_target();
628 if (target_kb == 0) {
636 if (target_kb < target_min) {
639 target_kb, target_min);
644 if (target_kb > target_max) {
651 target_kb, target_max);
655 new_target = BALLOON_KB_TO_PAGES(target_kb);
balloon.c 625 uint64_t target_kb, target_max, target_min; local in function:balloon_xenbus_watcher
627 target_kb = balloon_xenbus_read_target();
628 if (target_kb == 0) {
636 if (target_kb < target_min) {
639 target_kb, target_min);
644 if (target_kb > target_max) {
651 target_kb, target_max);
655 new_target = BALLOON_KB_TO_PAGES(target_kb);

Completed in 173 milliseconds