Searched refs:ce_threshold (Results 1 – 3 of 3) sorted by relevance
126 WRITE_ONCE(q->params.ce_threshold, in codel_change()189 codel_time_t ce_threshold; in codel_dump() local205 ce_threshold = READ_ONCE(q->params.ce_threshold); in codel_dump()206 if (ce_threshold != CODEL_DISABLED_THRESHOLD && in codel_dump()208 codel_time_to_us(ce_threshold))) in codel_dump()
405 WRITE_ONCE(q->cparams.ce_threshold, in fq_codel_change()533 codel_time_t ce_threshold; in fq_codel_dump() local558 ce_threshold = READ_ONCE(q->cparams.ce_threshold); in fq_codel_dump()559 if (ce_threshold != CODEL_DISABLED_THRESHOLD) { in fq_codel_dump()561 codel_time_to_us(ce_threshold))) in fq_codel_dump()
120 u64 ce_threshold; member714 if ((s64)(now - time_next_packet - q->ce_threshold) > 0) { in fq_dequeue()1104 WRITE_ONCE(q->ce_threshold, in fq_change()1195 q->ce_threshold = (u64)NSEC_PER_USEC * ~0U; in fq_init()1216 u64 ce_threshold; in fq_dump() local1226 ce_threshold = READ_ONCE(q->ce_threshold); in fq_dump()1227 do_div(ce_threshold, NSEC_PER_USEC); in fq_dump()1254 nla_put_u32(skb, TCA_FQ_CE_THRESHOLD, (u32)ce_threshold) || in fq_dump()
Completed in 13 milliseconds