Searched refs:update_time (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | bss.c | 279 struct os_reltime *update_time) in calculate_update_time() argument 283 update_time->sec = fetch_time->sec; in calculate_update_time() 284 update_time->usec = fetch_time->usec; in calculate_update_time() 285 update_time->sec -= age_ms / 1000; in calculate_update_time() 287 if (update_time->usec < usec) { in calculate_update_time() 288 update_time->sec--; in calculate_update_time() 289 update_time->usec += 1000000; in calculate_update_time() 291 update_time->usec -= usec; in calculate_update_time() 677 struct os_reltime update_time; in wpa_bss_update() local 689 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update() [all …]
|
H A D | rrm.c | 1593 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local 1602 &update_time); in wpas_beacon_rep_scan_process() 1604 &update_time, &diff); in wpas_beacon_rep_scan_process() 1605 if (os_reltime_before(&update_time, in wpas_beacon_rep_scan_process()
|
H A D | bss.h | 218 struct os_reltime *update_time);
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_port.c | 76 if ((unsigned int)(now - port->mac_stats.update_time) < min_ticks) { in sfxge_mac_stat_update() 81 port->mac_stats.update_time = now; in sfxge_mac_stat_update() 461 port->mac_stats.update_time = 0; in sfxge_port_stop() 584 if ((unsigned int)(now - port->phy_stats.update_time) < (unsigned int)hz) { in sfxge_phy_stat_update() 589 port->phy_stats.update_time = now; in sfxge_phy_stat_update()
|
H A D | sfxge.h | 229 clock_t update_time; member
|
/freebsd/sys/sys/ |
H A D | timeffc.h | 44 struct bintime update_time; /* Time of last estimates update. */ member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 1236 goto update_time; in iwl_mvm_ftm_range_resp() 1245 goto update_time; in iwl_mvm_ftm_range_resp() 1280 update_time: in iwl_mvm_ftm_range_resp()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32.h | 68 struct bintime32 update_time; member
|
H A D | freebsd32_misc.c | 4165 CP(cest.update_time, cest32.update_time, sec); in freebsd32_ffclock_setestimate() 4166 memcpy(&cest.update_time.frac, &cest32.update_time.frac, sizeof(uint64_t)); in freebsd32_ffclock_setestimate() 4195 CP(cest32.update_time, cest.update_time, sec); in freebsd32_ffclock_getestimate() 4196 memcpy(&cest32.update_time.frac, &cest.update_time.frac, sizeof(uint64_t)); in freebsd32_ffclock_getestimate()
|
/freebsd/sys/kern/ |
H A D | kern_tc.c | 566 timespec2bintime(ts, &(cest.update_time)); in ffclock_reset_clock() 680 ffth->tick_time = cest->update_time; in ffclock_windup()
|