Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dtimer_call.h251 void running_timer_enter(processor_t processor, enum running_timer timer,
H A Dpriority.c252 running_timer_enter(processor, RUNNING_TIMER_QUANTUM, thread, in thread_quantum_expire()
H A Dtimer_call.c2103 running_timer_enter(processor_t processor, unsigned int timer, in running_timer_enter() function
H A Dsched_prim.c5679 running_timer_enter(processor, RUNNING_TIMER_PREEMPT, NULL, in update_pending_nonurgent_preemption()
/xnu-12377.81.4/osfmk/kperf/
H A Dkptimer.c350 running_timer_enter(processor, RUNNING_TIMER_KPERF, NULL, in kptimer_expire()
526 running_timer_enter(processor, RUNNING_TIMER_KPERF, NULL, deadline, in kptimer_start_cpu()
/xnu-12377.81.4/osfmk/arm/
H A Dcpu_common.c227 running_timer_enter(processor, RUNNING_TIMER_PERFCONTROL, NULL, deadline, now); in cpu_set_perfcontrol_timer()