Lines Matching refs:timeval32
41 static int tv_equal(struct timeval32 a, struct timeval32 b);
42 static struct timeval32 tv_subt(struct timeval32 atv, struct timeval32 btv);
43 static struct timeval32 tv_divide(struct timeval32 tv, int dividend);
44 static struct timeval32 tv_mult(struct timeval32 tv, int multiplier);
47 static struct timeval32 usec_to_tv(int usec);
160 struct timeval32 tv_interval, tv_avg_diff, tv_diff; /* Intermediates */ in vq_compress()
161 struct timeval32 tv_threshold; in vq_compress()
293 tv_equal(struct timeval32 a, struct timeval32 b) in tv_equal()
299 static struct timeval32
300 tv_subt(struct timeval32 atv, struct timeval32 btv) in tv_subt()
321 static struct timeval32
322 tv_divide(struct timeval32 tv, int dividend) in tv_divide()
335 static struct timeval32
336 tv_mult(struct timeval32 tv, int multiplier) in tv_mult()
346 static struct timeval32
349 struct timeval32 tv; in usec_to_tv()