Searched refs:bucketchain (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_hhf.c | 123 struct list_head bucketchain; member 385 if (list_empty(&bucket->bucketchain)) { in hhf_enqueue() 395 list_add_tail(&bucket->bucketchain, &q->old_buckets); in hhf_enqueue() 398 list_add_tail(&bucket->bucketchain, &q->new_buckets); in hhf_enqueue() 432 bucket = list_first_entry(head, struct wdrr_bucket, bucketchain); in hhf_dequeue() 439 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue() 452 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue() 454 list_del_init(&bucket->bucketchain); in hhf_dequeue() 647 INIT_LIST_HEAD(&bucket->bucketchain); in hhf_init()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_hhf.c | 123 struct list_head bucketchain; member 385 if (list_empty(&bucket->bucketchain)) { in hhf_enqueue() 395 list_add_tail(&bucket->bucketchain, &q->old_buckets); in hhf_enqueue() 398 list_add_tail(&bucket->bucketchain, &q->new_buckets); in hhf_enqueue() 432 bucket = list_first_entry(head, struct wdrr_bucket, bucketchain); in hhf_dequeue() 439 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue() 452 list_move_tail(&bucket->bucketchain, &q->old_buckets); in hhf_dequeue() 454 list_del_init(&bucket->bucketchain); in hhf_dequeue() 644 INIT_LIST_HEAD(&bucket->bucketchain); in hhf_init()
|
Completed in 3 milliseconds