Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kern/
H A Dsched_clutch.c59 static void sched_clutch_root_bucket_init(sched_clutch_root_bucket_t, sched_bucket_t, bool);
344 sched_clutch_root_bucket_init(&root_clutch->scr_unbound_buckets[i], i, false); in sched_clutch_root_init()
345 sched_clutch_root_bucket_init(&root_clutch->scr_bound_buckets[i], i, true); in sched_clutch_root_init()
482 sched_clutch_root_bucket_init( in sched_clutch_root_bucket_init() function