Home
last modified time | relevance | path

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

/linux/net/sched/
A 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()
A 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()
A Dsch_fq_codel.c410 q->cparams.ce_threshold = (val * NSEC_PER_USEC) >> CODEL_SHIFT; in fq_codel_change()
554 if (q->cparams.ce_threshold != CODEL_DISABLED_THRESHOLD) { in fq_codel_dump()
556 codel_time_to_us(q->cparams.ce_threshold))) in fq_codel_dump()
/linux/include/net/
A Dcodel_impl.h56 params->ce_threshold = CODEL_DISABLED_THRESHOLD; in codel_params_init()
251 if (skb && codel_time_after(vars->ldelay, params->ce_threshold)) { in codel_dequeue()
A Dcodel.h111 codel_time_t ce_threshold; member
/linux/net/mac80211/
A Dsta_info.c513 sta->cparams.ce_threshold = CODEL_DISABLED_THRESHOLD; in sta_info_alloc()

Completed in 14 milliseconds