K 10 svn:author V 3 alc K 8 svn:date V 27 2017-12-31T21:36:42.796700Z K 7 svn:log V 362 The variable "minslptime" is pointless and always has been, ever since its introduction in r83366. (At that time, this code appeared in vm/vm_glue.c, because vm/vm_swapout.c did not exist.) When the FOREACH_THREAD loop completes, we know that the sleep time for every thread is above whichever threshold is being applied. Reviewed by: kib X-MFC with: r327354 END