Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_hhf.c147 struct list_head old_buckets; /* list of old buckets */ member
394 list_add_tail(&bucket->bucketchain, &q->old_buckets); in hhf_enqueue()
427 head = &q->old_buckets; in hhf_dequeue()
438 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue()
450 if ((head == &q->new_buckets) && !list_empty(&q->old_buckets)) in hhf_dequeue()
451 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue()
585 INIT_LIST_HEAD(&q->old_buckets); in hhf_init()