Home
last modified time | relevance | path

Searched refs:update_time (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dbss.c266 struct os_reltime *update_time) in calculate_update_time() argument
270 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() local
640 (unsigned int) update_time.sec, in wpa_bss_update()
[all …]
H A Dbss.h198 struct os_reltime *update_time);
H A Drrm.c1538 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local
1547 &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()
/freebsd-13.1/sys/dev/sfxge/
H A Dsfxge_port.c79 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()
H A Dsfxge.h231 clock_t update_time; member
/freebsd-13.1/sys/sys/
H A Dtimeffc.h46 struct bintime update_time; /* Time of last estimates update. */ member
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-initiator.c1051 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()
/freebsd-13.1/sys/kern/
H A Dkern_tc.c561 timespec2bintime(ts, &(cest.update_time)); in ffclock_reset_clock()
675 ffth->tick_time = cest->update_time; in ffclock_windup()