Searched refs:sysctl_overcommit_memory (Results 1 – 2 of 2) sorted by relevance
52 int sysctl_overcommit_memory = OVERCOMMIT_GUESS; /* heuristic overcommit */ variable1853 if (sysctl_overcommit_memory == OVERCOMMIT_ALWAYS) in __vm_enough_memory()1856 if (sysctl_overcommit_memory == OVERCOMMIT_GUESS) { in __vm_enough_memory()
125 int sysctl_overcommit_memory __read_mostly = OVERCOMMIT_GUESS; /* heuristic overcommit */180 if (sysctl_overcommit_memory == OVERCOMMIT_ALWAYS) in __vm_enough_memory()183 if (sysctl_overcommit_memory == OVERCOMMIT_GUESS) { in __vm_enough_memory()1466 if (sysctl_overcommit_memory != OVERCOMMIT_NEVER) in do_mmap()