Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_fault.c159 static int vm_pfault_oom_attempts = 3; variable
161 &vm_pfault_oom_attempts, 0,
1133 if (vm_pfault_oom_attempts < 0 || in vm_fault_allocate()
1134 fs->oom < vm_pfault_oom_attempts) { in vm_fault_allocate()