Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_hhf.c148 struct list_head old_buckets; /* list of old buckets */ member
410 list_add_tail(&bucket->bucketchain, &q->old_buckets); in hhf_enqueue()
442 head = &q->old_buckets; in hhf_dequeue()
453 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue()
465 if ((head == &q->new_buckets) && !list_empty(&q->old_buckets)) in hhf_dequeue()
466 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue()
608 INIT_LIST_HEAD(&q->old_buckets); in hhf_init()