Home
last modified time | relevance | path

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

/trueos/tools/regression/gaithrstress/
HDgaithrstress.c77 struct timespec slptime = { 0, 0 }; in randomsleep() local
82 slptime.tv_sec++; in randomsleep()
85 slptime.tv_nsec = rndsleep * 1e9; in randomsleep()
86 (void)nanosleep(&slptime, NULL); in randomsleep()
/trueos/sys/vm/
HDvm_glue.c744 int slptime; in swapper() local
774 slptime = (ticks - td->td_slptick) / hz; in swapper()
775 pri = swtime + slptime; in swapper()
868 int slptime; local
934 slptime = (ticks - td->td_slptick) / hz;
939 if (slptime < swap_idle_threshold1) {
965 (slptime < swap_idle_threshold2))) {
970 if (minslptime > slptime)
971 minslptime = slptime;