Searched refs:next_time (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/xen/timer/ |
H A D | xen_timer.c | 284 xentimer_vcpu_start_timer(int vcpu, uint64_t next_time) in xentimer_vcpu_start_timer() argument 288 single.timeout_abs_ns = next_time; in xentimer_vcpu_start_timer() 322 uint64_t first_in_ns, next_time; in xentimer_et_start() local 334 next_time = xen_fetch_vcpu_time(vcpu) + first_in_ns; in xentimer_et_start() 335 error = xentimer_vcpu_start_timer(cpu, next_time); in xentimer_et_start() 338 device_get_nameunit(sc->dev), error, next_time); in xentimer_et_start() 340 pcpu->timer = next_time; in xentimer_et_start()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | mmp.c | 577 hrtime_t next_time = gethrtime() + in mmp_thread() local 615 next_time = gethrtime() + mmp_interval / leaves; in mmp_thread() 627 skip_wait, leaves, (u_longlong_t)next_time); in mmp_thread() 687 next_time = gethrtime() + MSEC2NSEC(MMP_MIN_INTERVAL) / in mmp_thread() 694 &mmp->mmp_thread_lock, next_time, USEC2NSEC(100), in mmp_thread()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | sta_info.c | 534 unsigned long next_time = 0; in ap_handle_timer() local 573 next_time = max_inactivity + fuzz; in ap_handle_timer() 588 next_time = max_inactivity + fuzz - inactive_sec; in ap_handle_timer() 610 next_time = max_inactivity; in ap_handle_timer() 614 if (next_time) { in ap_handle_timer() 617 __func__, MAC2STR(sta->addr), next_time); in ap_handle_timer() 618 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer()
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_request_manager.c | 531 uint64_t next_time; in __lio_check_db_timeout() local 542 next_time = iq->last_db_time + lio_ms_to_ticks(iq->db_timeout); in __lio_check_db_timeout() 543 if (!lio_check_timeout(ticks, next_time)) in __lio_check_db_timeout()
|