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

/openbsd-current/sys/kern/
H A Dsched_bsd.c289 decay_aftersleep(uint32_t estcpu, uint32_t slptime) argument
294 if (slptime > 5 * loadfac)
298 slptime--; /* the first time was done in schedcpu */
299 while (newcpu && --slptime)

Completed in 76 milliseconds