Searched refs:mit_sample_lasttime (Results 1 – 2 of 2) sorted by relevance
230 net_timerclear(&mit->mit_sample_lasttime); in nx_netif_mit_init()328 net_timersub(&now, &mit->mit_sample_lasttime, &delta); in nx_netif_mit_update_interval()421 net_timerclear(&mit->mit_sample_lasttime); in nx_netif_mit_cleanup()774 if (!net_timerisset(&mit->mit_sample_lasttime)) { in nx_netif_mit_stats()775 *(&mit->mit_sample_lasttime) = *(&now); in nx_netif_mit_stats()778 net_timersub(&now, &mit->mit_sample_lasttime, &delta); in nx_netif_mit_stats()790 *(&mit->mit_sample_lasttime) = *(&now); in nx_netif_mit_stats()
440 struct timespec mit_sample_lasttime; /* last sampling time in nsec */ member