Searched refs:root_bucket (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | sched_clutch.c | 568 sched_clutch_root_bucket_t root_bucket, in sched_clutch_root_bucket_init() argument 572 root_bucket->scrb_bucket = bucket; in sched_clutch_root_bucket_init() 575 root_bucket->scrb_bound = true; in sched_clutch_root_bucket_init() 576 run_queue_init(&root_bucket->scrb_bound_thread_runq); in sched_clutch_root_bucket_init() 582 root_bucket->scrb_bound = false; in sched_clutch_root_bucket_init() 583 sched_clutch_bucket_runq_init(&root_bucket->scrb_clutch_buckets); in sched_clutch_root_bucket_init() 585 priority_queue_entry_init(&root_bucket->scrb_pqlink); in sched_clutch_root_bucket_init() 586 root_bucket->scrb_pqlink.deadline = 0; in sched_clutch_root_bucket_init() 587 root_bucket->scrb_warped_deadline = SCHED_CLUTCH_ROOT_BUCKET_WARP_UNUSED; in sched_clutch_root_bucket_init() 588 root_bucket->scrb_warp_remaining = sched_clutch_root_bucket_warp[root_bucket->scrb_bucket]; in sched_clutch_root_bucket_init() [all …]
|
| /xnu-11215.81.4/tools/lldbmacros/ |
| H A D | scheduler.py | 178 root_bucket = root_clutch.scr_unbound_buckets[i] 180 if root_bucket.scrb_clutch_buckets.scbrq_count != 0 and i != 0: 181 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim… 182 …:>10s} | {:>15d} | ".format("*", bucketStr[int(root_bucket.scrb_bucket)], "*", "*", addressof(root… 183 clutch_bucket_runq = root_bucket.scrb_clutch_buckets 201 root_bucket = root_clutch.scr_bound_buckets[i] 203 if root_bucket.scrb_bound_thread_runq.count != 0: 204 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim… 205 … | ".format("*", bucketStr[int(root_bucket.scrb_bucket)] + " [Bound]", "*", "*", addressof(root_bu… 206 if root_bucket.scrb_bound_thread_runq.count == 0: [all …]
|
| /xnu-11215.81.4/tests/sched/sched_test_harness/ |
| H A D | sched_clutch_harness.c | 145 impl_create_thread(int root_bucket, struct thread_group *tg, int pri) in impl_create_thread() argument 147 …assert((sched_bucket_t)root_bucket == sched_convert_pri_to_bucket(pri) || (sched_bucket_t)root_buc… in impl_create_thread() 154 thread->th_sched_bucket = root_bucket; in impl_create_thread()
|