Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kperf/
H A Dkptimer.c350 running_timer_enter(processor, RUNNING_TIMER_KPERF, NULL, in kptimer_expire()
515 running_timer_setup(processor, RUNNING_TIMER_KPERF, NULL, deadline, in kptimer_running_setup()
526 running_timer_enter(processor, RUNNING_TIMER_KPERF, NULL, deadline, in kptimer_start_cpu()
544 running_timer_cancel(processor, RUNNING_TIMER_KPERF); in kptimer_stop_cpu()
/xnu-12377.81.4/osfmk/kern/
H A Dtimer_call.h215 RUNNING_TIMER_KPERF, enumerator
H A Dprocessor.c216 [RUNNING_TIMER_KPERF] = kperf_timer_expire,