Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_cpu.c164 struct timespec ts_current; in hog_cpus_timed() local
166 ret = clock_gettime(CLOCK_MONOTONIC, &ts_current); in hog_cpus_timed()
170 ts_total = timespec_sub(&ts_current, &ts_start); in hog_cpus_timed()