Home
last modified time | relevance | path

Searched refs:ce_threshold (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/net/sched/
Dsch_codel.c160 q->params.ce_threshold = (val * NSEC_PER_USEC) >> CODEL_SHIFT; in codel_change()
234 if (q->params.ce_threshold != CODEL_DISABLED_THRESHOLD && in codel_dump()
236 codel_time_to_us(q->params.ce_threshold))) in codel_dump()
Dsch_fq.c106 u64 ce_threshold; member
534 (s64)(now - time_next_packet - q->ce_threshold) > 0) { in fq_dequeue()
832 q->ce_threshold = (u64)NSEC_PER_USEC * in fq_change()
887 q->ce_threshold = (u64)NSEC_PER_USEC * ~0U; in fq_init()
902 u64 ce_threshold = q->ce_threshold; in fq_dump() local
911 do_div(ce_threshold, NSEC_PER_USEC); in fq_dump()
925 nla_put_u32(skb, TCA_FQ_CE_THRESHOLD, (u32)ce_threshold) || in fq_dump()
Dsch_fq_codel.c401 q->cparams.ce_threshold = (val * NSEC_PER_USEC) >> CODEL_SHIFT; in fq_codel_change()
540 if (q->cparams.ce_threshold != CODEL_DISABLED_THRESHOLD && in fq_codel_dump()
542 codel_time_to_us(q->cparams.ce_threshold))) in fq_codel_dump()
/Linux-v5.4/include/net/
Dcodel_impl.h56 params->ce_threshold = CODEL_DISABLED_THRESHOLD; in codel_params_init()
249 if (skb && codel_time_after(vars->ldelay, params->ce_threshold) && in codel_dequeue()
Dcodel.h108 codel_time_t ce_threshold; member
/Linux-v5.4/net/mac80211/
Dsta_info.c478 sta->cparams.ce_threshold = CODEL_DISABLED_THRESHOLD; in sta_info_alloc()