Home | Sort by: relevance | last modified time | path |
/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); |