Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dpkt_sched.h847 #define FQ_MIN_WEIGHT 16384 macro
/linux-6.15/net/sched/
H A Dsch_fq.c980 if (weights[i] < FQ_MIN_WEIGHT) { in fq_load_weights()
982 weights[i], FQ_MIN_WEIGHT); in fq_load_weights()