Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.c531 sched_clutch_root_bucket_t root_bucket, in sched_clutch_root_bucket_init() argument
535 root_bucket->scrb_bucket = bucket; in sched_clutch_root_bucket_init()
538 root_bucket->scrb_bound = true; in sched_clutch_root_bucket_init()
539 run_queue_init(&root_bucket->scrb_bound_thread_runq); in sched_clutch_root_bucket_init()
545 root_bucket->scrb_bound = false; in sched_clutch_root_bucket_init()
546 sched_clutch_bucket_runq_init(&root_bucket->scrb_clutch_buckets); in sched_clutch_root_bucket_init()
548 priority_queue_entry_init(&root_bucket->scrb_pqlink); in sched_clutch_root_bucket_init()
549 root_bucket->scrb_pqlink.deadline = SCHED_CLUTCH_INVALID_TIME_64; in sched_clutch_root_bucket_init()
550 root_bucket->scrb_warped_deadline = 0; in sched_clutch_root_bucket_init()
551 root_bucket->scrb_warp_remaining = sched_clutch_root_bucket_warp[root_bucket->scrb_bucket]; in sched_clutch_root_bucket_init()
[all …]
/xnu-8796.141.3/tools/lldbmacros/
H A Dscheduler.py180 root_bucket = root_clutch.scr_unbound_buckets[i]
182 if root_bucket.scrb_clutch_buckets.scbrq_count != 0 and i != 0:
183 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…
184 …:>10s} | {:>15d} | ".format("*", bucketStr[int(root_bucket.scrb_bucket)], "*", "*", addressof(root…
185 clutch_bucket_runq = root_bucket.scrb_clutch_buckets
203 root_bucket = root_clutch.scr_bound_buckets[i]
205 if root_bucket.scrb_bound_thread_runq.count != 0:
206 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…
207 … | ".format("*", bucketStr[int(root_bucket.scrb_bucket)] + " [Bound]", "*", "*", addressof(root_bu…
208 if root_bucket.scrb_bound_thread_runq.count == 0:
[all …]