Loading net/sched/sch_htb.c +1 −1 Original line number Diff line number Diff line Loading @@ -919,7 +919,7 @@ static struct sk_buff *htb_dequeue(struct Qdisc *sch) q->now = ktime_to_ns(ktime_get()); start_at = jiffies; next_event = q->now + 5 * NSEC_PER_SEC; next_event = q->now + 5LLU * NSEC_PER_SEC; for (level = 0; level < TC_HTB_MAXDEPTH; level++) { /* common case optimization - skip event handler quickly */ Loading Loading
net/sched/sch_htb.c +1 −1 Original line number Diff line number Diff line Loading @@ -919,7 +919,7 @@ static struct sk_buff *htb_dequeue(struct Qdisc *sch) q->now = ktime_to_ns(ktime_get()); start_at = jiffies; next_event = q->now + 5 * NSEC_PER_SEC; next_event = q->now + 5LLU * NSEC_PER_SEC; for (level = 0; level < TC_HTB_MAXDEPTH; level++) { /* common case optimization - skip event handler quickly */ Loading