Searched refs:nextcallopt (Results 1 – 1 of 1) sorted by relevance
123 sbintime_t nextcallopt; /* Next optional callout event. */ member210 if (now >= state->nextcallopt || now >= state->nextcall) { in handleevents()211 state->nextcall = state->nextcallopt = SBT_MAX; in handleevents()516 state->nextcallopt = next;599 state->nextcallopt = SBT_MAX;854 state->nextcallopt = bt_opt;979 (uintmax_t)st->nextcallopt,980 (uintmax_t)(st->nextcallopt - st->now) / tick_sbt);