Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_hhf.c122 struct list_head bucketchain; member
384 if (list_empty(&bucket->bucketchain)) { in hhf_enqueue()
394 list_add_tail(&bucket->bucketchain, &q->old_buckets); in hhf_enqueue()
397 list_add_tail(&bucket->bucketchain, &q->new_buckets); in hhf_enqueue()
431 bucket = list_first_entry(head, struct wdrr_bucket, bucketchain); in hhf_dequeue()
438 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue()
451 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue()
453 list_del_init(&bucket->bucketchain); in hhf_dequeue()
645 INIT_LIST_HEAD(&bucket->bucketchain); in hhf_init()