Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_clutch.c483 sched_clutch_root_bucket_t root_bucket, in sched_clutch_root_bucket_init() argument
487 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 …]
/xnu-8019.80.24/tools/lldbmacros/
H A Dscheduler.py185 root_bucket = root_clutch.scr_unbound_buckets[i]
187 if root_bucket.scrb_clutch_buckets.scbrq_count != 0 and i != 0:
188 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…
189 …:>10s} | {:>15d} | ".format("*", bucketStr[int(root_bucket.scrb_bucket)], "*", "*", addressof(root…
190 clutch_bucket_runq = root_bucket.scrb_clutch_buckets
208 root_bucket = root_clutch.scr_bound_buckets[i]
210 if root_bucket.scrb_bound_thread_runq.count != 0:
211 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…
212 … | ".format("*", bucketStr[int(root_bucket.scrb_bucket)] + " [Bound]", "*", "*", addressof(root_bu…
213 if root_bucket.scrb_bound_thread_runq.count == 0:
[all …]