Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_qfq.c115 #define ONE_FP (1UL << FRAC_BITS) macro
256 (unsigned long) ONE_FP/inv_w, maxlen, index); in qfq_calc_index()
307 agg->inv_w = ONE_FP/new_agg_weight; in qfq_update_agg()
317 q->iwsum = ONE_FP / q->wsum; in qfq_update_agg()
345 q->iwsum = ONE_FP / q->wsum; in qfq_destroy_agg()
443 inv_w = ONE_FP / weight; in qfq_change_class()
444 weight = ONE_FP / inv_w; in qfq_change_class()