Home
last modified time | relevance | path

Searched refs:scrb_pqlink (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.h113 struct priority_queue_entry_deadline scrb_pqlink; member
H A Dsched_clutch.c602 priority_queue_entry_init(&root_bucket->scrb_pqlink); in sched_clutch_root_bucket_init()
603 root_bucket->scrb_pqlink.deadline = 0; in sched_clutch_root_bucket_init()
889 …ty_queue_min(&root_clutch->scr_unbound_root_buckets, struct sched_clutch_root_bucket, scrb_pqlink); in sched_clutch_root_highest_root_bucket()
892 …ty_queue_min(&root_clutch->scr_unbound_root_buckets, struct sched_clutch_root_bucket, scrb_pqlink); in sched_clutch_root_highest_root_bucket()
893 …rity_queue_min(&root_clutch->scr_bound_root_buckets, struct sched_clutch_root_bucket, scrb_pqlink); in sched_clutch_root_highest_root_bucket()
896 …edf_bucket = (bound_bucket->scrb_pqlink.deadline <= unbound_bucket->scrb_pqlink.deadline) ? bound_… in sched_clutch_root_highest_root_bucket()
911 if (prev_bucket != NULL && prev_bucket->scrb_pqlink.deadline < edf_bucket->scrb_pqlink.deadline) { in sched_clutch_root_highest_root_bucket()
1081 uint64_t old_deadline = root_bucket->scrb_pqlink.deadline; in sched_clutch_root_bucket_deadline_update()
1087 root_bucket->scrb_pqlink.deadline = new_deadline; in sched_clutch_root_bucket_deadline_update()
1090 priority_queue_entry_increased(prioq, &root_bucket->scrb_pqlink); in sched_clutch_root_bucket_deadline_update()
[all …]
/xnu-12377.81.4/tools/lldbmacros/
H A Dscheduler.py177 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…
200 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…
257 …print("{:<30s} : {:d}".format("Deadline", (root_bucket.scrb_pqlink.deadline if root_bucket.scrb_cl…