Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_hhf.c146 struct list_head new_buckets; /* list of new buckets */ member
406 list_add_tail(&bucket->bucketchain, &q->new_buckets); in hhf_enqueue()
434 head = &q->new_buckets; in hhf_dequeue()
459 if ((head == &q->new_buckets) && !list_empty(&q->old_buckets)) in hhf_dequeue()
603 INIT_LIST_HEAD(&q->new_buckets); in hhf_init()