Searched refs:tfd_time (Results 1 – 1 of 1) sorted by relevance
82 struct itimerspec tfd_time; /* (t) tfd timer */ member164 timespecsub(&tfd->tfd_time.it_value, in timerfd_jumped()165 &diff, &tfd->tfd_time.it_value); in timerfd_jumped()168 tstosbt(tfd->tfd_time.it_value), in timerfd_jumped()385 *old_value = tfd->tfd_time; in timerfd_curval()386 if (timespecisset(&tfd->tfd_time.it_value)) { in timerfd_curval()388 timespecsub(&tfd->tfd_time.it_value, &curr_value, in timerfd_curval()401 if (timespecisset(&tfd->tfd_time.it_interval)) { in timerfd_expire()404 if (timespeccmp(&uptime, &tfd->tfd_time.it_value, >)) { in timerfd_expire()405 timespecsub(&uptime, &tfd->tfd_time.it_value, &uptime); in timerfd_expire()[all …]