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

/barrelfish-master/include/vm/
H A Dvm_glue.c841 static int swap_idle_threshold2 = 10; variable
842 SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold2, CTLFLAG_RW,
843 &swap_idle_threshold2, 0, "Time before a process will be swapped out");
967 * idle processes >= swap_idle_threshold2,
972 (slptime < swap_idle_threshold2))) {
989 (minslptime > swap_idle_threshold2))) {

Completed in 33 milliseconds