Searched refs:next_time (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/xen/timer/
H A Dtimer.c289 xentimer_vcpu_start_timer(int vcpu, uint64_t next_time) argument
293 single.timeout_abs_ns = next_time;
327 uint64_t first_in_ns, next_time; local
339 next_time = xen_fetch_vcpu_time(vcpu) + first_in_ns;
340 error = xentimer_vcpu_start_timer(cpu, next_time);
343 device_get_nameunit(sc->dev), error, next_time);
345 pcpu->timer = next_time;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmmp.c585 hrtime_t next_time = gethrtime() + local
623 next_time = gethrtime() + mmp_interval / leaves;
630 "skip_wait %d leaves %d next_time %llu",
634 next_time);
692 next_time = gethrtime() + MSEC2NSEC(MMP_MIN_INTERVAL) /
700 &mmp->mmp_thread_lock, next_time);
703 &mmp->mmp_thread_lock, nstosbt(next_time),
707 &mmp->mmp_thread_lock, next_time, USEC2NSEC(100),
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dsta_info.c416 unsigned long next_time = 0; local
451 next_time = hapd->conf->ap_max_inactivity + fuzz;
466 next_time = hapd->conf->ap_max_inactivity + fuzz -
489 next_time = hapd->conf->ap_max_inactivity;
493 if (next_time) {
496 __func__, MAC2STR(sta->addr), next_time);
497 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd,
/freebsd-12-stable/usr.sbin/timed/timed/
H A Dmaster.c506 static time_t next_time; local
517 if ((time_t)(this_time + delta) < next_time)
519 next_time = this_time + CLK_TCK;
/freebsd-12-stable/sys/dev/liquidio/base/
H A Dlio_request_manager.c543 uint64_t next_time; local
554 next_time = iq->last_db_time + lio_ms_to_ticks(iq->db_timeout);
555 if (!lio_check_timeout(ticks, next_time))
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c124 apr_time_t next_time;
133 SVN_ERR(get_time(&next_time, fs, rev_mid + 1, pool));
134 if (next_time > tm)
123 apr_time_t next_time; local

Completed in 197 milliseconds