Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c7591 pset_execution_time_t old_execution_time_packed, new_execution_time_packed; in sched_update_pset_avg_execution_time() local
7595 old_execution_time_packed.pset_execution_time_packed, in sched_update_pset_avg_execution_time()
7597 uint64_t last_update = old_execution_time_packed.pset_execution_time_last_update; in sched_update_pset_avg_execution_time()
7614 …uint64_t old_execution_time = (old_execution_time_packed.pset_avg_thread_execution_time * SCHED_PS… in sched_update_pset_avg_execution_time()
7621 …if (new_execution_time_packed.pset_avg_thread_execution_time != old_execution_time_packed.pset_exe… in sched_update_pset_avg_execution_time()