Loading net/sched/sch_taprio.c +1 −1 Original line number Diff line number Diff line Loading @@ -168,7 +168,7 @@ static struct sk_buff *taprio_peek(struct Qdisc *sch) return NULL; } static inline int length_to_duration(struct taprio_sched *q, int len) static int length_to_duration(struct taprio_sched *q, int len) { return div_u64(len * atomic64_read(&q->picos_per_byte), 1000); } Loading Loading
net/sched/sch_taprio.c +1 −1 Original line number Diff line number Diff line Loading @@ -168,7 +168,7 @@ static struct sk_buff *taprio_peek(struct Qdisc *sch) return NULL; } static inline int length_to_duration(struct taprio_sched *q, int len) static int length_to_duration(struct taprio_sched *q, int len) { return div_u64(len * atomic64_read(&q->picos_per_byte), 1000); } Loading