Searched refs:sched_clutch_root_t (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | sched_clutch.c | 83 static void sched_clutch_root_init(sched_clutch_root_t, processor_set_t); 85 static void sched_clutch_root_pri_update(sched_clutch_root_t); 86 static void sched_clutch_root_urgency_inc(sched_clutch_root_t, thread_t); 87 static void sched_clutch_root_urgency_dec(sched_clutch_root_t, thread_t); 100 static sched_clutch_root_bucket_t sched_clutch_root_highest_root_bucket(sched_clutch_root_t, uint64… 104 static boolean_t sched_clutch_root_foreign_empty(sched_clutch_root_t); 105 static thread_t sched_clutch_root_highest_foreign_thread_remove(sched_clutch_root_t); 110 …hed_clutch_root_bucket_deadline_update(sched_clutch_root_bucket_t, sched_clutch_root_t, uint64_t, … 111 static int sched_clutch_root_highest_runnable_qos(sched_clutch_root_t, sched_clutch_highest_root_bu… 125 static void sched_clutch_bucket_hierarchy_insert(sched_clutch_root_t, sched_clutch_bucket_t, sched_… [all …]
|
| H A D | sched_clutch.h | 181 typedef struct sched_clutch_root *sched_clutch_root_t; typedef 345 uint32_t sched_clutch_root_count(sched_clutch_root_t); 360 uint16_t sched_edge_cluster_cumulative_count(sched_clutch_root_t root_clutch, sched_bucket_t bucket… 361 uint16_t sched_edge_shared_rsrc_runnable_load(sched_clutch_root_t root_clutch, cluster_shared_rsrc_…
|