Searched refs:oldCPU (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/
H A Dint.cpp573 int32 oldCPU; local
580 oldCPU = sVectors[vector].assigned_cpu->cpu;
582 ASSERT(oldCPU != -1);
583 cpu = &gCPU[oldCPU];
586 } while (sVectors[vector].assigned_cpu->cpu != oldCPU);
729 int32 oldCPU = sVectors[vector].assigned_cpu->cpu; local
734 if (newCPU == oldCPU)
737 ASSERT(oldCPU != -1);
738 cpu_ent* cpu = &gCPU[oldCPU];

Completed in 12 milliseconds