Searched refs:old_buckets (Results 1 – 1 of 1) sorted by relevance
148 struct list_head old_buckets; /* list of old buckets */ member396 list_add_tail(&bucket->bucketchain, &q->old_buckets); in hhf_enqueue()430 head = &q->old_buckets; in hhf_dequeue()441 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue()453 if ((head == &q->new_buckets) && !list_empty(&q->old_buckets)) in hhf_dequeue()454 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue()619 INIT_LIST_HEAD(&q->old_buckets); in hhf_init()