Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kperf/
H A Dkptimer.c356 running_timer_enter(processor, RUNNING_TIMER_KPERF, NULL, in kptimer_expire()
521 running_timer_setup(processor, RUNNING_TIMER_KPERF, NULL, deadline, in kptimer_running_setup()
532 running_timer_enter(processor, RUNNING_TIMER_KPERF, NULL, deadline, in kptimer_start_cpu()
550 running_timer_cancel(processor, RUNNING_TIMER_KPERF); in kptimer_stop_cpu()
/xnu-8019.80.24/osfmk/kern/
H A Dtimer_call.h214 RUNNING_TIMER_KPERF, enumerator
H A Dprocessor.c151 [RUNNING_TIMER_KPERF] = kperf_timer_expire,