Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dsch_qfq.c112 #define ONE_FP (1UL << FRAC_BITS) macro
244 (unsigned long) ONE_FP/inv_w, maxlen, index); in qfq_calc_index()
295 agg->inv_w = ONE_FP/new_agg_weight; in qfq_update_agg()
305 q->iwsum = ONE_FP / q->wsum; in qfq_update_agg()
333 q->iwsum = ONE_FP / q->wsum; in qfq_destroy_agg()
433 inv_w = ONE_FP / weight; in qfq_change_class()
434 weight = ONE_FP / inv_w; in qfq_change_class()