Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_pageout.c1902 static int vm_oom_ratelim_last; variable
1932 (u_int)(now - vm_oom_ratelim_last) < hz * vm_oom_pf_secs) { in vm_pageout_oom()
1936 vm_oom_ratelim_last = now; in vm_pageout_oom()