HomeSort by: relevance | last modified time | path
    Searched defs:now_ns (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
subr_time_arith.c 483 int64_t last_val, next_val, interval, remainder, now_ns; local in function:itimer_transition
534 now_ns = timespec2ns(now);
538 KASSERT(now_ns >= 0);
558 * - If now_ns < last_val -- which happens iff backwards, i.e.,
562 * that is not earlier than now_ns. We will advance this by
564 * interval to find the earliest value _after_ now_ns.
566 * - If now_ns > last_val -- which happens iff !backwards,
569 * later than now_ns. We will always advance this by one
570 * more interval to find the earliest value _after_ now_ns.
573 * (now_ns == last_val is not possible at this point because i
    [all...]

Completed in 13 milliseconds