Home
last modified time | relevance | path

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

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