Searched refs:update_time (Results 1 – 8 of 8) 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() local640 (unsigned int) update_time.sec, 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()588 if ((unsigned int)(now - port->phy_stats.update_time) < (unsigned int)hz) { in sfxge_phy_stat_update()593 port->phy_stats.update_time = now; in sfxge_phy_stat_update()
231 clock_t update_time; member
46 struct bintime update_time; /* Time of last estimates update. */ member
1051 goto update_time; in iwl_mvm_ftm_rtt_smoothing()1060 goto update_time; in iwl_mvm_ftm_rtt_smoothing()1095 update_time: in iwl_mvm_ftm_rtt_smoothing()
561 timespec2bintime(ts, &(cest.update_time)); in ffclock_reset_clock()675 ffth->tick_time = cest->update_time; in ffclock_windup()