Home
last modified time | relevance | path

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

/openbmc/linux/tools/thermal/thermometer/
H A Dthermometer.c358 struct itimerspec timer_it = { 0 }; in thermometer_start() local
405 timer_it.it_interval = timer_it.it_value = in thermometer_start()
409 &timer_it, NULL) < 0) in thermometer_start()
471 struct itimerspec timer_it = { 0 }; in thermometer_wait() local
473 timer_it.it_value = msec_to_timespec(options->duration); in thermometer_wait()
481 if (timerfd_settime(fd, 0, &timer_it, NULL)) { in thermometer_wait()