Lines Matching defs:now
138 * Would expire now or in the past. Return 0 ticks.
460 * itimer_transition(it, now, next, &overruns)
467 * - now: the current time on the itimer's clock;
479 const struct timespec *restrict now,
502 backwards = (timespeccmp(&it->it_value, now, >));
520 if (__predict_true(timespeccmp(now, next, <)))
529 if (__predict_false(!timespec2nsok(now)) ||
534 now_ns = timespec2ns(now);
543 * now [backwards] overruns now [forwards]