Searched refs:ce_threshold (Results 1 – 3 of 3) sorted by relevance
141 q->params.ce_threshold = (val * NSEC_PER_USEC) >> CODEL_SHIFT; in codel_change()213 if (q->params.ce_threshold != CODEL_DISABLED_THRESHOLD && in codel_dump()215 codel_time_to_us(q->params.ce_threshold))) in codel_dump()
359 q->cparams.ce_threshold = (val * NSEC_PER_USEC) >> CODEL_SHIFT; in fq_codel_change()483 if (q->cparams.ce_threshold != CODEL_DISABLED_THRESHOLD && in fq_codel_dump()485 codel_time_to_us(q->cparams.ce_threshold))) in fq_codel_dump()
129 codel_time_t ce_threshold; member185 params->ce_threshold = CODEL_DISABLED_THRESHOLD; in codel_params_init()368 if (skb && codel_time_after(vars->ldelay, params->ce_threshold) &&