Searched refs:ts_remaining (Results 1 – 1 of 1) sorted by relevance
136 struct timespec ts_remaining = ts_run; in hog_cpus_timed() local152 while (ts_remaining.tv_sec > 0 || ts_remaining.tv_nsec > 0) { in hog_cpus_timed()155 ret = nanosleep(&ts_remaining, NULL); in hog_cpus_timed()173 ts_remaining = timespec_sub(&ts_run, &ts_total); in hog_cpus_timed()