Home
last modified time | relevance | path

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

/Linux-v6.6/tools/thermal/lib/
Duptimeofday.h10 struct timespec msec_to_timespec(int msec);
Duptimeofday.c32 struct timespec msec_to_timespec(int msec) in msec_to_timespec() function
/Linux-v6.6/tools/thermal/thermometer/
Dthermometer.c406 msec_to_timespec(thermometer->tz[i].polling); in thermometer_start()
473 timer_it.it_value = msec_to_timespec(options->duration); in thermometer_wait()