Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_fault.c181 static int vm_pfault_oom_attempts = 3; variable
183 &vm_pfault_oom_attempts, 0,
1192 if (vm_pfault_oom_attempts < 0) in vm_fault_allocate_oom()
1202 if (now.tv_sec < vm_pfault_oom_attempts * vm_pfault_oom_wait) in vm_fault_allocate_oom()