Home
last modified time | relevance | path

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

/xnu-8792.61.2/pexpert/arm/
H A Dpe_kprintf.c94 static int cpu_last_locked = 0; variable
119 if (cpu_number() != cpu_last_locked) { in kprintf()
121 cpu_last_locked = cpu_number(); in kprintf()
/xnu-8792.61.2/pexpert/i386/
H A Dpe_kprintf.c118 static int cpu_last_locked = 0; variable
174 if (cpu_number() != cpu_last_locked) { in kprintf()
176 cpu_last_locked = cpu_number(); in kprintf()