Searched refs:sched_clutch_thread_quantum (Results 1 – 1 of 1) sorted by relevance
256 static uint64_t sched_clutch_thread_quantum[TH_BUCKET_SCHED_MAX] = {0}; variable902 uint64_t starvation_window = sched_clutch_thread_quantum[edf_bucket->scrb_bucket]; in sched_clutch_root_highest_root_bucket()2423 …nding_delta[clutch_bucket_group->scbg_bucket] + (bucket_load * sched_clutch_thread_quantum[clutch_… in sched_clutch_bucket_group_pending_ageout()2511 …nding_delta[clutch_bucket_group->scbg_bucket] + (bucket_load * sched_clutch_thread_quantum[clutch_… in sched_clutch_bucket_group_pending_ageout()3195 assert(sched_clutch_thread_quantum[thread->th_sched_bucket] <= UINT32_MAX); in sched_clutch_initial_quantum_size()3196 return (uint32_t)sched_clutch_thread_quantum[thread->th_sched_bucket]; in sched_clutch_initial_quantum_size()3226 sched_clutch_us_to_abstime(sched_clutch_thread_quantum_us, sched_clutch_thread_quantum); in sched_clutch_tunables_init()