Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dbss.c278 struct os_reltime *update_time) in calculate_update_time() argument
282 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() local
631 (unsigned int) update_time.sec, in wpa_bss_update()
[all …]
H A Dbss.h177 struct os_reltime *update_time);
H A Drrm.c1519 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local
1528 &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()
/freebsd-12.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()
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()
H A Dsfxge.h237 clock_t update_time; member
/freebsd-12.1/sys/sys/
H A Dtimeffc.h46 struct bintime update_time; /* Time of last estimates update. */ member
/freebsd-12.1/sys/kern/
H A Dkern_tc.c594 timespec2bintime(ts, &(cest.update_time)); in ffclock_reset_clock()
708 ffth->tick_time = cest->update_time; in ffclock_windup()