Home
last modified time | relevance | path

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

/src/sys/vm/
H A Dvm_fault.c189 static int vm_pfault_oom_wait = 10; variable
191 &vm_pfault_oom_wait, 0,
1290 if (now.tv_sec < vm_pfault_oom_attempts * vm_pfault_oom_wait) in vm_fault_allocate_oom()
1373 vm_waitpfault(dset, vm_pfault_oom_wait * hz); in vm_fault_allocate()