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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbss.c278 struct os_reltime *update_time)
282 update_time->sec = fetch_time->sec;
283 update_time->usec = fetch_time->usec;
284 update_time->sec -= age_ms / 1000;
286 if (update_time->usec < usec) {
287 update_time->sec--;
288 update_time->usec += 1000000;
290 update_time->usec -= usec;
611 struct os_reltime update_time; local
623 calculate_update_time(fetch_time, res->age, &update_time);
276 calculate_update_time(const struct os_reltime *fetch_time, unsigned int age_ms, struct os_reltime *update_time) argument
[all...]
H A Dbss.h177 struct os_reltime *update_time);
H A Drrm.c1519 struct os_reltime update_time, diff; local
1528 &update_time);
1530 &update_time, &diff);
1531 if (os_reltime_before(&update_time,
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_port.c77 if ((unsigned int)(now - port->mac_stats.update_time) < min_ticks) {
82 port->mac_stats.update_time = now;
462 port->mac_stats.update_time = 0;
585 if ((unsigned int)(now - port->phy_stats.update_time) < (unsigned int)hz) {
590 port->phy_stats.update_time = now;
H A Dsfxge.h235 clock_t update_time; member in struct:sfxge_hw_stats
/freebsd-11-stable/sys/sys/
H A Dtimeffc.h44 struct bintime update_time; /* Time of last estimates update. */ member in struct:ffclock_estimate
/freebsd-11-stable/sys/kern/
H A Dkern_tc.c595 timespec2bintime(ts, &(cest.update_time));
709 ffth->tick_time = cest->update_time;

Completed in 377 milliseconds