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

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

Completed in 48 milliseconds