Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_hhf.c147 struct list_head new_buckets; /* list of new buckets */ member
413 list_add_tail(&bucket->bucketchain, &q->new_buckets); in hhf_enqueue()
440 head = &q->new_buckets; in hhf_dequeue()
465 if ((head == &q->new_buckets) && !list_empty(&q->old_buckets)) in hhf_dequeue()
607 INIT_LIST_HEAD(&q->new_buckets); in hhf_init()