Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dsch_codel.c157 q->params.ce_threshold = (val * NSEC_PER_USEC) >> CODEL_SHIFT; in codel_change()
231 if (q->params.ce_threshold != CODEL_DISABLED_THRESHOLD && in codel_dump()
233 codel_time_to_us(q->params.ce_threshold))) in codel_dump()
A Dsch_fq.c112 u64 ce_threshold; member
580 if ((s64)(now - time_next_packet - q->ce_threshold) > 0) { in fq_dequeue()
880 q->ce_threshold = (u64)NSEC_PER_USEC * in fq_change()
951 q->ce_threshold = (u64)NSEC_PER_USEC * ~0U; in fq_init()
966 u64 ce_threshold = q->ce_threshold; in fq_dump() local
976 do_div(ce_threshold, NSEC_PER_USEC); in fq_dump()
991 nla_put_u32(skb, TCA_FQ_CE_THRESHOLD, (u32)ce_threshold) || in fq_dump()
A Dsch_fq_codel.c405 q->cparams.ce_threshold = (val * NSEC_PER_USEC) >> CODEL_SHIFT; in fq_codel_change()
549 if (q->cparams.ce_threshold != CODEL_DISABLED_THRESHOLD) { in fq_codel_dump()
551 codel_time_to_us(q->cparams.ce_threshold))) in fq_codel_dump()
/linux-6.3-rc2/include/net/
A Dcodel_impl.h58 params->ce_threshold = CODEL_DISABLED_THRESHOLD; in codel_params_init()
253 if (skb && codel_time_after(vars->ldelay, params->ce_threshold)) { in codel_dequeue()
A Dcodel.h109 codel_time_t ce_threshold; member
/linux-6.3-rc2/net/mac80211/
A Dsta_info.c678 sta->cparams.ce_threshold = CODEL_DISABLED_THRESHOLD; in __sta_info_alloc()

Completed in 15 milliseconds