Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_clutch.c218 static uint64_t sched_clutch_thread_quantum[TH_BUCKET_SCHED_MAX] = {0}; variable
676 …uint64_t starvation_window = sched_clutch_thread_quantum[edf_bucket->scrb_bucket] / pset_available… in sched_clutch_root_highest_root_bucket()
2821 assert(sched_clutch_thread_quantum[thread->th_sched_bucket] <= UINT32_MAX); in sched_clutch_initial_quantum_size()
2822 return (uint32_t)sched_clutch_thread_quantum[thread->th_sched_bucket]; in sched_clutch_initial_quantum_size()
2852 sched_clutch_us_to_abstime(sched_clutch_thread_quantum_us, sched_clutch_thread_quantum); in sched_clutch_tunables_init()