Lines Matching defs:tfd_itimer
72 struct itimer tfd_itimer;
93 return (unsigned int)tfd->tfd_itimer.it_overruns;
99 return tfd->tfd_itimer.it_overruns != 0 || tfd->tfd_cancelled;
113 container_of(it, struct timerfd, tfd_itimer);
131 container_of(it, struct timerfd, tfd_itimer);
170 itimer_init(&tfd->tfd_itimer,
191 itimer_poison(&tfd->tfd_itimer);
192 itimer_fini(&tfd->tfd_itimer); /* drops itimer lock */
267 struct itimer * const it = &tfd->tfd_itimer;
324 tfd->tfd_itimer.it_overruns = (int)*new_ticksp;
562 itimer_gettime(&tfd->tfd_itimer, curr_value);
618 struct itimer * const it = &tfd->tfd_itimer;