Lines Matching defs:now
149 psched_time_t now; /* Cached timestamp */
156 transmit just now */
347 psched_time_t now = psched_get_time();
350 if (cl->undertime < now) {
397 psched_tdiff_t delay = cl->undertime - q->now;
415 cl->undertime = q->now + delay;
432 delay = b->undertime - q->now;
445 psched_time_t now)
449 psched_time_t sched = now;
456 if (now - cl->penalized > 0) {
476 return sched - now;
484 psched_time_t now;
488 now = psched_get_time();
499 tmp = cbq_undelay_prio(q, prio, now);
511 time = ktime_add_ns(time, PSCHED_TICKS2NS(now + delay));
542 /* It is not necessary now. Uncommenting it
556 psched_time_t now;
562 now = q->now + L2T(&q->link, len);
572 * (now - last) is total time between packet right edges.
575 * idle = (now - last) - last_pktlen/rate
578 idle = now - cl->last;
622 cl->undertime = now + idle;
632 if ((s64)(now - cl->last) > 0)
633 cl->last = now;
648 if (cl->undertime == PSCHED_PASTPERFECT || q->now >= cl->undertime) {
672 } while (cl->undertime != PSCHED_PASTPERFECT && q->now < cl->undertime);
804 psched_time_t now;
806 now = psched_get_time();
811 q->now = now;
857 now + q->wd_expires);
1040 q->now = psched_get_time();
1213 q->now = psched_get_time();
1384 cl->xstats.undertime = cl->undertime - q->now;