Searched refs:sched_clutch_root_t (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | sched_clutch.c | 90 static void sched_clutch_root_init(sched_clutch_root_t, processor_set_t); 92 static void sched_clutch_root_pri_update(sched_clutch_root_t); 93 static void sched_clutch_root_urgency_inc(sched_clutch_root_t, thread_t); 94 static void sched_clutch_root_urgency_dec(sched_clutch_root_t, thread_t); 107 static sched_clutch_root_bucket_t sched_clutch_root_highest_root_bucket(sched_clutch_root_t, uint64… 111 …hed_clutch_root_bucket_deadline_update(sched_clutch_root_bucket_t, sched_clutch_root_t, uint64_t, … 112 static int sched_clutch_root_highest_runnable_qos(sched_clutch_root_t, sched_clutch_highest_root_bu… 126 static void sched_clutch_bucket_hierarchy_insert(sched_clutch_root_t, sched_clutch_bucket_t, sched_… 127 static void sched_clutch_bucket_hierarchy_remove(sched_clutch_root_t, sched_clutch_bucket_t, sched_… 128 static boolean_t sched_clutch_bucket_runnable(sched_clutch_bucket_t, sched_clutch_root_t, uint64_t,… [all …]
|
| H A D | sched_clutch.h | 212 typedef struct sched_clutch_root *sched_clutch_root_t; typedef 374 uint32_t sched_clutch_root_count(sched_clutch_root_t); 408 uint16_t sched_edge_cluster_cumulative_count(sched_clutch_root_t root_clutch, sched_bucket_t bucket… 409 uint16_t sched_edge_shared_rsrc_runnable_load(sched_clutch_root_t root_clutch, cluster_shared_rsrc_…
|