Lines Matching defs:now
447 /* We don't fill cb now as skb_unshare() may invalidate it */
501 * do it now in software before we mangle it.
542 u64 now;
548 now = ktime_get_ns();
576 * Last packet in queue is reference point (now),
580 delay -= last->time_to_send - now;
582 now = last->time_to_send;
588 cb->time_to_send = now + delay;
638 static void get_slot_next(struct netem_sched_data *q, u64 now)
652 q->slot.slot_next = now + next_delay;
701 u64 now = ktime_get_ns();
706 get_slot_next(q, now);
708 if (time_to_send <= now && q->slot.slot_next <= now) {
724 get_slot_next(q, now);