Home
last modified time | relevance | path

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

/linux-6.15/tools/thermal/thermometer/
H A Dthermometer.c359 struct itimerspec timer_it = { 0 }; in thermometer_start() local
406 timer_it.it_interval = timer_it.it_value = in thermometer_start()
410 &timer_it, NULL) < 0) in thermometer_start()
472 struct itimerspec timer_it = { 0 }; in thermometer_wait() local
474 timer_it.it_value = msec_to_timespec(options->duration); in thermometer_wait()
482 if (timerfd_settime(fd, 0, &timer_it, NULL)) { in thermometer_wait()