Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/linux/
Dlinux_event.c212 struct itimerspec tfd_time; member
1044 timespecclear(&tfd->tfd_time.it_value); in timerfd_close()
1045 timespecclear(&tfd->tfd_time.it_interval); in timerfd_close()
1199 *ots = tfd->tfd_time; in linux_timerfd_curval()
1278 tfd->tfd_time = nts; in linux_timerfd_settime()
1284 timespecadd(&tfd->tfd_time.it_value, &cts, in linux_timerfd_settime()
1285 &tfd->tfd_time.it_value); in linux_timerfd_settime()
1320 if (timespeccmp(&cts, &tfd->tfd_time.it_value, >=)) { in linux_timerfd_expire()
1321 if (timespecisset(&tfd->tfd_time.it_interval)) in linux_timerfd_expire()
1322 timespecadd(&tfd->tfd_time.it_value, in linux_timerfd_expire()
[all …]