ce_threshold 108 include/net/codel.h codel_time_t ce_threshold; ce_threshold 56 include/net/codel_impl.h params->ce_threshold = CODEL_DISABLED_THRESHOLD; ce_threshold 249 include/net/codel_impl.h if (skb && codel_time_after(vars->ldelay, params->ce_threshold) && ce_threshold 479 net/mac80211/sta_info.c sta->cparams.ce_threshold = CODEL_DISABLED_THRESHOLD; ce_threshold 160 net/sched/sch_codel.c q->params.ce_threshold = (val * NSEC_PER_USEC) >> CODEL_SHIFT; ce_threshold 234 net/sched/sch_codel.c if (q->params.ce_threshold != CODEL_DISABLED_THRESHOLD && ce_threshold 236 net/sched/sch_codel.c codel_time_to_us(q->params.ce_threshold))) ce_threshold 106 net/sched/sch_fq.c u64 ce_threshold; ce_threshold 533 net/sched/sch_fq.c (s64)(now - time_next_packet - q->ce_threshold) > 0) { ce_threshold 834 net/sched/sch_fq.c q->ce_threshold = (u64)NSEC_PER_USEC * ce_threshold 889 net/sched/sch_fq.c q->ce_threshold = (u64)NSEC_PER_USEC * ~0U; ce_threshold 904 net/sched/sch_fq.c u64 ce_threshold = q->ce_threshold; ce_threshold 913 net/sched/sch_fq.c do_div(ce_threshold, NSEC_PER_USEC); ce_threshold 927 net/sched/sch_fq.c nla_put_u32(skb, TCA_FQ_CE_THRESHOLD, (u32)ce_threshold) || ce_threshold 401 net/sched/sch_fq_codel.c q->cparams.ce_threshold = (val * NSEC_PER_USEC) >> CODEL_SHIFT; ce_threshold 540 net/sched/sch_fq_codel.c if (q->cparams.ce_threshold != CODEL_DISABLED_THRESHOLD && ce_threshold 542 net/sched/sch_fq_codel.c codel_time_to_us(q->cparams.ce_threshold)))