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()772 if (!net_timerisset(&mit->mit_sample_lasttime)) { in nx_netif_mit_stats()773 *(&mit->mit_sample_lasttime) = *(&now); in nx_netif_mit_stats()776 net_timersub(&now, &mit->mit_sample_lasttime, &delta); in nx_netif_mit_stats()788 *(&mit->mit_sample_lasttime) = *(&now); in nx_netif_mit_stats()
451 struct timespec mit_sample_lasttime; /* last sampling time in nsec */ member