Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_codel.c159 q->params.ce_threshold = (val * NSEC_PER_USEC) >> CODEL_SHIFT; in codel_change()
233 if (q->params.ce_threshold != CODEL_DISABLED_THRESHOLD && in codel_dump()
235 codel_time_to_us(q->params.ce_threshold))) in codel_dump()
Dsch_fq_codel.c413 q->cparams.ce_threshold = (val * NSEC_PER_USEC) >> CODEL_SHIFT; in fq_codel_change()
552 if (q->cparams.ce_threshold != CODEL_DISABLED_THRESHOLD && in fq_codel_dump()
554 codel_time_to_us(q->cparams.ce_threshold))) in fq_codel_dump()
/Linux-v4.19/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-v4.19/net/mac80211/
Dsta_info.c425 sta->cparams.ce_threshold = CODEL_DISABLED_THRESHOLD; in sta_info_alloc()