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

/freebsd-current/sys/vm/
H A Dvm.h153 #define SWAP_RESERVE_FORCE_ON (1 << 0) macro
H A Dswap_pager.c286 if ((oc & SWAP_RESERVE_FORCE_ON) != 0 && r > s &&
/freebsd-current/contrib/jemalloc/src/
H A Dpages.c467 #ifndef SWAP_RESERVE_FORCE_ON
468 #define SWAP_RESERVE_FORCE_ON (1 << 0) macro
471 return ((vm_overcommit & (SWAP_RESERVE_FORCE_ON |
/freebsd-current/sys/kern/
H A Dimgact_elf.c1487 bsdflags |= (oc & (SWAP_RESERVE_FORCE_ON | SWAP_RESERVE_RLIMIT_ON)) !=

Completed in 113 milliseconds