Home
last modified time | relevance | path

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

/trueos/sys/dev/xen/timer/
HDtimer.c365 xentimer_vcpu_start_timer(int vcpu, uint64_t next_time) in xentimer_vcpu_start_timer() argument
369 single.timeout_abs_ns = next_time; in xentimer_vcpu_start_timer()
401 uint64_t first_in_ns, next_time; in xentimer_et_start() local
418 next_time = xen_fetch_vcpu_time() + first_in_ns; in xentimer_et_start()
419 error = xentimer_vcpu_start_timer(cpu, next_time); in xentimer_et_start()
424 device_get_nameunit(sc->dev), error, next_time); in xentimer_et_start()
426 pcpu->timer = next_time; in xentimer_et_start()
/trueos/contrib/wpa/src/ap/
HDsta_info.c279 unsigned long next_time = 0; in ap_handle_timer() local
313 next_time = hapd->conf->ap_max_inactivity + fuzz; in ap_handle_timer()
321 next_time = hapd->conf->ap_max_inactivity + fuzz - in ap_handle_timer()
344 next_time = hapd->conf->ap_max_inactivity; in ap_handle_timer()
347 if (next_time) { in ap_handle_timer()
350 __func__, MAC2STR(sta->addr), next_time); in ap_handle_timer()
351 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer()
/trueos/usr.sbin/timed/timed/
HDmaster.c502 static time_t next_time; in prthp() local
513 if ((time_t)(this_time + delta) < next_time) in prthp()
515 next_time = this_time + CLK_TCK; in prthp()
/trueos/contrib/subversion/subversion/libsvn_repos/
HDrev_hunt.c120 apr_time_t next_time; in svn_repos_dated_revision() local
129 SVN_ERR(get_time(&next_time, fs, rev_mid + 1, pool)); in svn_repos_dated_revision()
130 if (next_time > tm) in svn_repos_dated_revision()