Searched refs:root_bucket (Results 1 – 2 of 2) sorted by relevance
530 sched_clutch_root_bucket_t root_bucket, in sched_clutch_root_bucket_init() argument534 root_bucket->scrb_bucket = bucket; in sched_clutch_root_bucket_init()537 root_bucket->scrb_bound = true; in sched_clutch_root_bucket_init()538 run_queue_init(&root_bucket->scrb_bound_thread_runq); in sched_clutch_root_bucket_init()544 root_bucket->scrb_bound = false; in sched_clutch_root_bucket_init()545 sched_clutch_bucket_runq_init(&root_bucket->scrb_clutch_buckets); in sched_clutch_root_bucket_init()547 priority_queue_entry_init(&root_bucket->scrb_pqlink); in sched_clutch_root_bucket_init()548 root_bucket->scrb_pqlink.deadline = SCHED_CLUTCH_INVALID_TIME_64; in sched_clutch_root_bucket_init()549 root_bucket->scrb_warped_deadline = 0; in sched_clutch_root_bucket_init()550 root_bucket->scrb_warp_remaining = sched_clutch_root_bucket_warp[root_bucket->scrb_bucket]; in sched_clutch_root_bucket_init()[all …]
175 root_bucket = root_clutch.scr_unbound_buckets[i]177 if root_bucket.scrb_clutch_buckets.scbrq_count != 0 and i != 0:178 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…179 …:>10s} | {:>15d} | ".format("*", bucketStr[int(root_bucket.scrb_bucket)], "*", "*", addressof(root…180 clutch_bucket_runq = root_bucket.scrb_clutch_buckets198 root_bucket = root_clutch.scr_bound_buckets[i]200 if root_bucket.scrb_bound_thread_runq.count != 0:201 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…202 … | ".format("*", bucketStr[int(root_bucket.scrb_bucket)] + " [Bound]", "*", "*", addressof(root_bu…203 if root_bucket.scrb_bound_thread_runq.count == 0:[all …]