Home
last modified time | relevance | path

Searched refs:sysctl_overcommit_memory (Results 1 – 2 of 2) sorted by relevance

/mm/
Dnommu.c52 int sysctl_overcommit_memory = OVERCOMMIT_GUESS; /* heuristic overcommit */ variable
1853 if (sysctl_overcommit_memory == OVERCOMMIT_ALWAYS) in __vm_enough_memory()
1856 if (sysctl_overcommit_memory == OVERCOMMIT_GUESS) { in __vm_enough_memory()
Dmmap.c125 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()