Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
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
632 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update()
[all …]
Dbss.h198 struct os_reltime *update_time);
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-12-stable/sys/dev/sfxge/
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()
Dsfxge.h237 clock_t update_time; member
/freebsd-12-stable/sys/sys/
Dtimeffc.h46 struct bintime update_time; /* Time of last estimates update. */ member
/freebsd-12-stable/sys/kern/
Dkern_tc.c556 timespec2bintime(ts, &(cest.update_time)); in ffclock_reset_clock()
670 ffth->tick_time = cest->update_time; in ffclock_windup()