Home
last modified time | relevance | path

Searched refs:vm_overcommit (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/src/
HDpages.c442 int vm_overcommit; in os_overcommits_sysctl() local
452 sz = sizeof(vm_overcommit); in os_overcommits_sysctl()
458 if (sysctl(mib, 2, &vm_overcommit, &sz, NULL, 0) != 0) { in os_overcommits_sysctl()
462 if (sysctlbyname("vm.overcommit", &vm_overcommit, &sz, NULL, 0) != 0) { in os_overcommits_sysctl()
471 return ((vm_overcommit & (SWAP_RESERVE_FORCE_ON | in os_overcommits_sysctl()
/freebsd-13-stable/sys/vm/
HDvm.h177 extern int vm_overcommit;
HDswap_pager.c170 int vm_overcommit __read_mostly = 0;
171 SYSCTL_INT(_vm, VM_OVERCOMMIT, overcommit, CTLFLAG_RW, &vm_overcommit, 0,
284 oc = atomic_load_int(&vm_overcommit); in swap_reserve_by_cred()
/freebsd-13-stable/sys/kern/
HDimgact_elf.c1484 oc = atomic_load_int(&vm_overcommit); in __elfN()