Searched refs:mit_sample_lasttime (Results 1 – 2 of 2) sorted by relevance
229 net_timerclear(&mit->mit_sample_lasttime); in nx_netif_mit_init()327 net_timersub(&now, &mit->mit_sample_lasttime, &delta); in nx_netif_mit_update_interval()420 net_timerclear(&mit->mit_sample_lasttime); in nx_netif_mit_cleanup()755 if (!net_timerisset(&mit->mit_sample_lasttime)) { in nx_netif_mit_stats()756 *(&mit->mit_sample_lasttime) = *(&now); in nx_netif_mit_stats()759 net_timersub(&now, &mit->mit_sample_lasttime, &delta); in nx_netif_mit_stats()771 *(&mit->mit_sample_lasttime) = *(&now); in nx_netif_mit_stats()
434 struct timespec mit_sample_lasttime; /* last sampling time in nsec */ member