Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_timerfd.c82 struct itimerspec tfd_time; /* (t) tfd timer */ member
172 timespecsub(&tfd->tfd_time.it_value, in timerfd_jumped()
173 &diff, &tfd->tfd_time.it_value); in timerfd_jumped()
176 tstosbt_sat(tfd->tfd_time.it_value), in timerfd_jumped()
394 *old_value = tfd->tfd_time; in timerfd_curval()
395 if (timespecisset(&tfd->tfd_time.it_value)) { in timerfd_curval()
397 timespecsub(&tfd->tfd_time.it_value, &curr_value, in timerfd_curval()
410 if (timespecisset(&tfd->tfd_time.it_interval)) { in timerfd_expire()
411 exp = tstosbt_sat(tfd->tfd_time.it_value); in timerfd_expire()
412 interval = tstosbt_sat(tfd->tfd_time.it_interval); in timerfd_expire()
[all …]