Searched refs:last_wcount (Results 1 – 1 of 1) sorted by relevance
2393 struct timeval last_wcount; local2477 memcpy(&last_wcount, &lasthop, sizeof(last_wcount));2627 if ( (now.tv_sec - last_wcount.tv_sec) >= 2) {2633 elapsed -= last_wcount.tv_usec;2638 secs = now.tv_sec - last_wcount.tv_sec;2646 if ( now.tv_sec > last_wcount.tv_sec) {2650 memcpy(&last_wcount, &now, sizeof(now));