Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_hhf.c105 WDRR_BUCKET_FOR_HH = 0, /* bucket id for heavy-hitters */ enumerator
275 return WDRR_BUCKET_FOR_HH; in hhf_classify()
318 return WDRR_BUCKET_FOR_HH; in hhf_classify()
356 bucket = &q->buckets[WDRR_BUCKET_FOR_HH]; in hhf_drop()
393 if (idx == WDRR_BUCKET_FOR_HH) { in hhf_enqueue()
437 int weight = (bucket - q->buckets == WDRR_BUCKET_FOR_HH) ? in hhf_dequeue()