Searched refs:next_time (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/xen/timer/ |
| H A D | xen_timer.c | 285 xentimer_vcpu_start_timer(int vcpu, uint64_t next_time) in xentimer_vcpu_start_timer() argument 289 single.timeout_abs_ns = next_time; in xentimer_vcpu_start_timer() 323 uint64_t first_in_ns, next_time; in xentimer_et_start() local 335 next_time = xen_fetch_vcpu_time(vcpu) + first_in_ns; in xentimer_et_start() 336 error = xentimer_vcpu_start_timer(cpu, next_time); in xentimer_et_start() 339 device_get_nameunit(sc->dev), error, next_time); in xentimer_et_start() 341 pcpu->timer = next_time; in xentimer_et_start()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | mmp.c | 576 hrtime_t next_time = gethrtime() + in mmp_thread() local 614 next_time = gethrtime() + mmp_interval / leaves; in mmp_thread() 626 skip_wait, leaves, (u_longlong_t)next_time); in mmp_thread() 686 next_time = gethrtime() + MSEC2NSEC(MMP_MIN_INTERVAL) / in mmp_thread() 693 &mmp->mmp_thread_lock, next_time, USEC2NSEC(100), in mmp_thread()
|
| /freebsd-14.2/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-14.2/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()
|