Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_hhf.c123 struct list_head bucketchain; member
386 if (list_empty(&bucket->bucketchain)) { in hhf_enqueue()
396 list_add_tail(&bucket->bucketchain, &q->old_buckets); in hhf_enqueue()
399 list_add_tail(&bucket->bucketchain, &q->new_buckets); in hhf_enqueue()
434 bucket = list_first_entry(head, struct wdrr_bucket, bucketchain); in hhf_dequeue()
441 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue()
454 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue()
456 list_del_init(&bucket->bucketchain); in hhf_dequeue()
678 INIT_LIST_HEAD(&bucket->bucketchain); in hhf_init()