Searched refs:root_bucket (Results 1 – 2 of 2) sorted by relevance
483 sched_clutch_root_bucket_t root_bucket, in sched_clutch_root_bucket_init() argument487 root_bucket->scrb_bucket = bucket; in sched_clutch_root_bucket_init()490 root_bucket->scrb_bound = true; in sched_clutch_root_bucket_init()491 run_queue_init(&root_bucket->scrb_bound_thread_runq); in sched_clutch_root_bucket_init()497 root_bucket->scrb_bound = false; in sched_clutch_root_bucket_init()498 sched_clutch_bucket_runq_init(&root_bucket->scrb_clutch_buckets); in sched_clutch_root_bucket_init()500 priority_queue_entry_init(&root_bucket->scrb_pqlink); in sched_clutch_root_bucket_init()501 root_bucket->scrb_pqlink.deadline = SCHED_CLUTCH_INVALID_TIME_64; in sched_clutch_root_bucket_init()502 root_bucket->scrb_warped_deadline = 0; in sched_clutch_root_bucket_init()503 root_bucket->scrb_warp_remaining = sched_clutch_root_bucket_warp[root_bucket->scrb_bucket]; in sched_clutch_root_bucket_init()[all …]
190 root_bucket = root_clutch.scr_unbound_buckets[i]192 if root_bucket.scrb_clutch_buckets.scbrq_count != 0 and i != 0:193 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…194 …:>10s} | {:>15d} | ".format("*", bucketStr[int(root_bucket.scrb_bucket)], "*", "*", addressof(root…195 clutch_bucket_runq = root_bucket.scrb_clutch_buckets213 root_bucket = root_clutch.scr_bound_buckets[i]215 if root_bucket.scrb_bound_thread_runq.count != 0:216 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…217 … | ".format("*", bucketStr[int(root_bucket.scrb_bucket)] + " [Bound]", "*", "*", addressof(root_bu…218 if root_bucket.scrb_bound_thread_runq.count == 0:[all …]