Searched refs:old_tv (Results 1 – 2 of 2) sorted by relevance
175 struct timeval tv, old_tv; in main() local246 timersub(&res.ru_utime, &tv, &old_tv); in main()249 (intmax_t)old_tv.tv_sec, (intmax_t)old_tv.tv_usec); in main()263 ((double)old_tv.tv_sec * 1e6 + old_tv.tv_usec + 1)); in main()
280 struct timeval tv, new_tv, old_tv; in fetchifstat() local330 old_tv = ifp->tv; in fetchifstat()331 timersub(&new_tv, &old_tv, &tv); in fetchifstat()