Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_clocksource.c124 sbintime_t nextcallopt; /* Next optional callout event. */ member
211 if (now >= state->nextcallopt || now >= state->nextcall) { in handleevents()
212 state->nextcall = state->nextcallopt = SBT_MAX; in handleevents()
520 state->nextcallopt = next;
603 state->nextcallopt = SBT_MAX;
859 state->nextcallopt = bt_opt;
984 (uintmax_t)st->nextcallopt,
985 (uintmax_t)(st->nextcallopt - st->now) / tick_sbt);