Searched refs:update_time (Results 1 – 7 of 7) sorted by relevance
278 struct os_reltime *update_time) in calculate_update_time() argument282 update_time->sec = fetch_time->sec; in calculate_update_time()283 update_time->usec = fetch_time->usec; in calculate_update_time()284 update_time->sec -= age_ms / 1000; in calculate_update_time()286 if (update_time->usec < usec) { in calculate_update_time()287 update_time->sec--; in calculate_update_time()288 update_time->usec += 1000000; in calculate_update_time()290 update_time->usec -= usec; in calculate_update_time()611 struct os_reltime update_time; in wpa_bss_update() local631 (unsigned int) update_time.sec, in wpa_bss_update()[all …]
177 struct os_reltime *update_time);
1519 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local1528 &update_time); in wpas_beacon_rep_scan_process()1530 &update_time, &diff); in wpas_beacon_rep_scan_process()1531 if (os_reltime_before(&update_time, in wpas_beacon_rep_scan_process()
79 if ((unsigned int)(now - port->mac_stats.update_time) < min_ticks) { in sfxge_mac_stat_update()84 port->mac_stats.update_time = now; in sfxge_mac_stat_update()464 port->mac_stats.update_time = 0; in sfxge_port_stop()587 if ((unsigned int)(now - port->phy_stats.update_time) < (unsigned int)hz) { in sfxge_phy_stat_update()592 port->phy_stats.update_time = now; in sfxge_phy_stat_update()
237 clock_t update_time; member
46 struct bintime update_time; /* Time of last estimates update. */ member
594 timespec2bintime(ts, &(cest.update_time)); in ffclock_reset_clock()708 ffth->tick_time = cest->update_time; in ffclock_windup()