Searched refs:FQ_TARGET_DELAY (Results 1 – 2 of 2) sorted by relevance
740 uint64_t fq_min_delay_threshold = FQ_TARGET_DELAY(fq); in fq_codel_dq_legacy()821 (l4s_ce_threshold == 0 && qdelay > FQ_TARGET_DELAY(fq) + pacing_delay)) { in fq_codel_dq_legacy()1135 if (sojourn_time <= FQ_TARGET_DELAY(fq)) { in codel_ok_to_drop()1239 (l4s_ce_threshold == 0 && qdelay > FQ_TARGET_DELAY(fq) + pacing_delay)) { in fq_codel_dq()
270 #define FQ_TARGET_DELAY(_fq) \ macro