Searched refs:local_cpu (Results 1 – 1 of 1) sorted by relevance
29 uint local_cpu = arch_curr_cpu_num(); in mp_reschedule() local31 LTRACEF("local %d, target 0x%x\n", local_cpu, target); in mp_reschedule()40 target &= ~(1U << local_cpu); in mp_reschedule()42 LTRACEF("local %d, post mask target now 0x%x\n", local_cpu, target); in mp_reschedule()
Completed in 2 milliseconds