HomeSort by: relevance | last modified time | path
    Searched defs:target_min (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
634 target_min = balloon_sc->balloon_res_min;
636 if (target_kb < target_min) {
639 target_kb, target_min);
balloon.c 625 uint64_t target_kb, target_max, target_min; local in function:balloon_xenbus_watcher
634 target_min = balloon_sc->balloon_res_min;
636 if (target_kb < target_min) {
639 target_kb, target_min);

Completed in 47 milliseconds