Home
last modified time | relevance | path

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

/openbmc/linux/tools/thermal/lib/
H A Duptimeofday.h10 struct timespec msec_to_timespec(int msec);
H A Duptimeofday.c32 struct timespec msec_to_timespec(int msec) in msec_to_timespec() function
/openbmc/linux/tools/thermal/thermometer/
H A 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()