Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dkpc_thread.c54 boolean_t kpc_off_cpu_active = FALSE; variable
189 kpc_off_cpu_active = kpc_threads_counting; in kpc_off_cpu_update()
H A Dkpc.h157 extern boolean_t kpc_off_cpu_active;
165 if (__improbable(kpc_off_cpu_active)) { in kpc_off_cpu()