Searched refs:sched_clutch_root_t (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/osfmk/kern/ ! |
| H A D | sched_clutch.c | 58 static void sched_clutch_root_init(sched_clutch_root_t, processor_set_t); 60 static void sched_clutch_root_pri_update(sched_clutch_root_t); 61 static void sched_clutch_root_urgency_inc(sched_clutch_root_t, thread_t); 62 static void sched_clutch_root_urgency_dec(sched_clutch_root_t, thread_t); 70 static sched_clutch_root_bucket_t sched_clutch_root_highest_root_bucket(sched_clutch_root_t, uint64… 74 static boolean_t sched_clutch_root_foreign_empty(sched_clutch_root_t); 75 static thread_t sched_clutch_root_highest_foreign_thread_remove(sched_clutch_root_t); 80 …ched_clutch_root_bucket_deadline_update(sched_clutch_root_bucket_t, sched_clutch_root_t, uint64_t); 94 static void sched_clutch_bucket_hierarchy_insert(sched_clutch_root_t, sched_clutch_bucket_t, sched_… 95 static void sched_clutch_bucket_hierarchy_remove(sched_clutch_root_t, sched_clutch_bucket_t, sched_… [all …]
|
| H A D | sched_clutch.h | 192 typedef struct sched_clutch_root *sched_clutch_root_t; typedef 380 uint32_t sched_clutch_root_count(sched_clutch_root_t); 395 uint16_t sched_edge_cluster_cumulative_count(sched_clutch_root_t root_clutch, sched_bucket_t bucket… 396 uint16_t sched_edge_shared_rsrc_runnable_load(sched_clutch_root_t root_clutch, cluster_shared_rsrc_…
|