Lines Matching refs:timeval
49 static void timeval_advance(struct timeval *, struct timeval *);
85 uniqtime(struct timeval *tv) in uniqtime()
87 static struct timeval last; in uniqtime()
157 struct timeval tv; in uniqtime32()
164 gettimeofday(struct timeval *tp) in gettimeofday()
166 struct timeval atv; in gettimeofday()
217 struct timeval now; in xgetitimer()
333 struct timeval now; in xsetitimer()
589 struct timeval *valp = &p->p_realitimer.it_value; in realitexpire()
590 struct timeval *intervalp = &p->p_realitimer.it_interval; in realitexpire()
714 timeval_advance(struct timeval *valp, struct timeval *intervalp) in timeval_advance()
717 struct timeval interval2nth; in timeval_advance()
740 itimerfix(struct timeval *tv, int minimum) in itimerfix()
812 timevaladd(struct timeval *t1, struct timeval *t2) in timevaladd()
820 timevalsub(struct timeval *t1, struct timeval *t2) in timevalsub()
828 timevalfix(struct timeval *t1) in timevalfix()
879 hzto(struct timeval *tv) in hzto()
1240 tv2hrt(struct timeval *tvp) in tv2hrt()
1247 hrt2tv(hrtime_t hrt, struct timeval *tvp) in hrt2tv()