Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_cpu.c153 struct timespec ts_total; in hog_cpus_timed()
160 ret = clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts_total); in hog_cpus_timed()
170 ts_total = timespec_sub(&ts_current, &ts_start); in hog_cpus_timed()
173 ts_remaining = timespec_sub(&ts_run, &ts_total); in hog_cpus_timed()
151 struct timespec ts_total; hog_cpus_timed() local
/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.h95 u64 ts_total; member
H A Dpcan_usb_core.c116 time_ref->ts_total += delta_ts; in peak_usb_update_ts_now()
140 time_ref->ts_total = 0; in peak_usb_set_ts_now()
205 delta_ts += time_ref->ts_total; in peak_usb_get_ts_time()