Home
last modified time | relevance | path

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

/xnu-8019.80.24/pexpert/arm/
H A Dpe_kprintf.c93 static int cpu_last_locked = 0; variable
118 if (cpu_number() != cpu_last_locked) { in kprintf()
120 cpu_last_locked = cpu_number(); in kprintf()
/xnu-8019.80.24/pexpert/i386/
H A Dpe_kprintf.c117 static int cpu_last_locked = 0; variable
170 if (cpu_number() != cpu_last_locked) { in kprintf()
172 cpu_last_locked = cpu_number(); in kprintf()