Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dprocessor.h191 uint64_t pset_avg_thread_execution_time; member
691 …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.c9582 …ld_avg_thread_execution_time = MAX(old_execution_time_packed.pset_avg_thread_execution_time, 1ULL); in sched_update_pset_avg_execution_time()
9588 new_execution_time_packed.pset_avg_thread_execution_time = avg_thread_execution_time; in sched_update_pset_avg_execution_time()
9591 …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.c5306 …preferred_pset->pset_execution_time[thread->th_sched_bucket].pset_avg_thread_execution_time * NSEC… in sched_edge_ipi_policy()