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

/freebsd-13-stable/sys/vm/
H A Dvm_pageout.c1897 static int vm_oom_ratelim_last; variable
1927 (u_int)(now - vm_oom_ratelim_last) < hz * vm_oom_pf_secs) {
1931 vm_oom_ratelim_last = now;

Completed in 106 milliseconds