Home
last modified time | relevance | path

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

/Linux-v5.10/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.c112 u64 ce_threshold; member
580 if ((s64)(now - time_next_packet - q->ce_threshold) > 0) { in fq_dequeue()
883 q->ce_threshold = (u64)NSEC_PER_USEC * in fq_change()
954 q->ce_threshold = (u64)NSEC_PER_USEC * ~0U; in fq_init()
969 u64 ce_threshold = q->ce_threshold; in fq_dump() local
979 do_div(ce_threshold, NSEC_PER_USEC); in fq_dump()
994 nla_put_u32(skb, TCA_FQ_CE_THRESHOLD, (u32)ce_threshold) || in fq_dump()
Dsch_fq_codel.c400 q->cparams.ce_threshold = (val * NSEC_PER_USEC) >> CODEL_SHIFT; in fq_codel_change()
539 if (q->cparams.ce_threshold != CODEL_DISABLED_THRESHOLD && in fq_codel_dump()
541 codel_time_to_us(q->cparams.ce_threshold))) in fq_codel_dump()
/Linux-v5.10/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.10/net/mac80211/
Dsta_info.c514 sta->cparams.ce_threshold = CODEL_DISABLED_THRESHOLD; in sta_info_alloc()