Searched refs:swapAutomatic (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1595 bool swapAutomatic = true; local
1613 swapAutomatic = get_driver_boolean_parameter(settings, "swap_auto",
1616 if (swapEnabled && !swapAutomatic) {
1631 swapAutomatic = false;
1642 swapAutomatic = true;
1651 if (swapAutomatic) {
1666 if (!swapAutomatic && swapDeviceID < 0) {
1724 if (swapAutomatic) {

Completed in 16 milliseconds