Searched refs:update_time (Results 1 – 7 of 7) sorted by relevance
266 struct os_reltime *update_time) in calculate_update_time() argument270 update_time->sec = fetch_time->sec; in calculate_update_time()271 update_time->usec = fetch_time->usec; in calculate_update_time()272 update_time->sec -= age_ms / 1000; in calculate_update_time()274 if (update_time->usec < usec) { in calculate_update_time()275 update_time->sec--; in calculate_update_time()276 update_time->usec += 1000000; in calculate_update_time()278 update_time->usec -= usec; in calculate_update_time()620 struct os_reltime update_time; in wpa_bss_update() local632 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update()[all …]
198 struct os_reltime *update_time);
1538 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local1547 &update_time); in wpas_beacon_rep_scan_process()1549 &update_time, &diff); in wpas_beacon_rep_scan_process()1550 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
556 timespec2bintime(ts, &(cest.update_time)); in ffclock_reset_clock()670 ffth->tick_time = cest->update_time; in ffclock_windup()