Searched refs:swap_idle_threshold1 (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/include/vm/
H A Dvm_glue.c833 static int swap_idle_threshold1 = 2; variable
834 SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold1, CTLFLAG_RW,
835 &swap_idle_threshold1, 0, "Guaranteed swapped in time for a process");
847 * "swap_idle_threshold1" seconds, they are swapped out. If, however,
943 * Guarantee swap_idle_threshold1
946 if (slptime < swap_idle_threshold1) {

Completed in 80 milliseconds