Searched refs:update_cpu (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtask_policy.c121 static void task_policy_update_thread_locked(thread_t thread, int update_cpu, boolean_t update_throttle);
930 int update_cpu = 0; local
933 update_cpu = (next.lowpri_cpu ? DO_LOWPRI_CPU : UNDO_LOWPRI_CPU);
935 task_policy_update_thread_locked(thread, update_cpu, update_throttle);
942 int update_cpu,
957 if (update_cpu == DO_LOWPRI_CPU) {
960 } else if (update_cpu == UNDO_LOWPRI_CPU) {
966 if (update_cpu)
941 task_policy_update_thread_locked(thread_t thread, int update_cpu, boolean_t update_throttle) argument
/macosx-10.9.5/top-89.1.2/
H A Dglobalstats.c302 static void update_cpu(struct globalstat *gs, const libtop_tsamp_t *tsamp) { function
755 update_cpu(c->stats + GLOBALSTAT_CPU, tsamp);

Completed in 121 milliseconds