Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kperf/
H A Dkptimer.h154 void kptimer_expire(processor_t processor, int cpuid, uint64_t now);
H A Dkperf.c288 kptimer_expire(processor, cpuid, mach_absolute_time()); in kperf_timer_expire()
H A Dkptimer.c319 kptimer_expire(processor_t processor, int cpuid, uint64_t now) in kptimer_expire() function