Lines Matching defs:next
124 ktime_t next;
131 next = ktime_sub_ns(skb->tstamp, q->delta);
132 qdisc_watchdog_schedule_ns(&q->watchdog, ktime_to_ns(next));
194 /* Now we may need to re-arm the qdisc watchdog for the next packet. */
216 skb->next = NULL;
240 skb->next = NULL;
257 ktime_t now, next;
281 next = ktime_sub_ns(skb->tstamp, q->delta);
284 if (ktime_after(now, next))
290 /* Now we may need to re-arm the qdisc watchdog for the next packet. */