Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dprocessor.h194 uint64_t pset_avg_thread_execution_time; member
710 …me = os_atomic_load(&pset->pset_execution_time[sched_bucket].pset_avg_thread_execution_time, relax… in sched_get_pset_load_average()
H A Dsched_prim.c10034 …ld_avg_thread_execution_time = MAX(old_execution_time_packed.pset_avg_thread_execution_time, 1ULL); in sched_update_pset_avg_execution_time()
10040 new_execution_time_packed.pset_avg_thread_execution_time = avg_thread_execution_time; in sched_update_pset_avg_execution_time()
10043 …if (new_execution_time_packed.pset_avg_thread_execution_time != old_execution_time_packed.pset_exe… in sched_update_pset_avg_execution_time()
H A Dsched_clutch.c5310 …preferred_pset->pset_execution_time[thread->th_sched_bucket].pset_avg_thread_execution_time * NSEC… in sched_edge_ipi_policy()