Searched refs:ce_threshold (Results 1 – 6 of 6) sorted by relevance
128 WRITE_ONCE(q->params.ce_threshold, in codel_change()191 codel_time_t ce_threshold; in codel_dump() local207 ce_threshold = READ_ONCE(q->params.ce_threshold); in codel_dump()208 if (ce_threshold != CODEL_DISABLED_THRESHOLD && in codel_dump()210 codel_time_to_us(ce_threshold))) in codel_dump()
406 WRITE_ONCE(q->cparams.ce_threshold, in fq_codel_change()534 codel_time_t ce_threshold; in fq_codel_dump() local559 ce_threshold = READ_ONCE(q->cparams.ce_threshold); in fq_codel_dump()560 if (ce_threshold != CODEL_DISABLED_THRESHOLD) { in fq_codel_dump()562 codel_time_to_us(ce_threshold))) in fq_codel_dump()
119 u64 ce_threshold; member697 if ((s64)(now - time_next_packet - q->ce_threshold) > 0) { in fq_dequeue()1086 WRITE_ONCE(q->ce_threshold, in fq_change()1166 q->ce_threshold = (u64)NSEC_PER_USEC * ~0U; in fq_init()1186 u64 ce_threshold; in fq_dump() local1196 ce_threshold = READ_ONCE(q->ce_threshold); in fq_dump()1197 do_div(ce_threshold, NSEC_PER_USEC); in fq_dump()1221 nla_put_u32(skb, TCA_FQ_CE_THRESHOLD, (u32)ce_threshold) || in fq_dump()
58 params->ce_threshold = CODEL_DISABLED_THRESHOLD; in codel_params_init()253 if (skb && codel_time_after(vars->ldelay, params->ce_threshold)) { in codel_dequeue()
109 codel_time_t ce_threshold; member
686 sta->cparams.ce_threshold = CODEL_DISABLED_THRESHOLD; in __sta_info_alloc()
Completed in 15 milliseconds