Home
last modified time | relevance | path

Searched refs:kpc_off_cpu_active (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dkpc_thread.c52 boolean_t kpc_off_cpu_active = FALSE; variable
187 kpc_off_cpu_active = kpc_threads_counting; in kpc_off_cpu_update()
H A Dkpc.h163 extern boolean_t kpc_off_cpu_active;
171 if (__improbable(kpc_off_cpu_active)) { in kpc_off_cpu()