Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_cpu.c136 struct timespec ts_remaining = ts_run; in hog_cpus_timed() local
152 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()