Home
last modified time | relevance | path

Searched refs:next_time (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c284 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/crypto/openssl/test/
H A Dquic_cc_test.c72 OSSL_TIME next_time; member
91 return ossl_time_compare(a->next_time, b->next_time); in net_pkt_cmp()
167 pkt->next_time = pkt->arrive_time; in net_sim_send()
182 pkt->next_time = pkt->determination_time; in net_sim_send()
208 if (skip_forward && ossl_time_compare(pkt->next_time, fake_time) > 0) in net_sim_process_one()
209 fake_time = pkt->next_time; in net_sim_process_one()
218 pkt->next_time = pkt->determination_time; in net_sim_process_one()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmmp.c578 hrtime_t next_time = gethrtime() + in mmp_thread() local
616 next_time = gethrtime() + mmp_interval / leaves; in mmp_thread()
628 skip_wait, leaves, (u_longlong_t)next_time); in mmp_thread()
688 next_time = gethrtime() + MSEC2NSEC(MMP_MIN_INTERVAL) / in mmp_thread()
695 &mmp->mmp_thread_lock, next_time, USEC2NSEC(100), in mmp_thread()
/freebsd/contrib/wpa/src/ap/
H A Dsta_info.c534 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 Dlio_request_manager.c531 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()