Home
last modified time | relevance | path

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

/xnu-12377.61.12/pexpert/arm/
H A Dpe_kprintf.c97 static int cpu_last_locked = 0; variable
122 if (cpu_number() != cpu_last_locked) { in kprintf()
124 cpu_last_locked = cpu_number(); in kprintf()
/xnu-12377.61.12/pexpert/i386/
H A Dpe_kprintf.c118 static int cpu_last_locked = 0; variable
175 if (cpu_number() != cpu_last_locked) { in kprintf()
177 cpu_last_locked = cpu_number(); in kprintf()