Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/xen/
Denlighten.c124 bool other_cpu = (cpu != smp_processor_id()); in xen_vcpu_restore() local
134 if (other_cpu && is_up && in xen_vcpu_restore()
143 if (other_cpu && is_up && in xen_vcpu_restore()
/linux-6.6.21/drivers/net/ethernet/marvell/
Dmvneta.c4376 int other_cpu; in mvneta_cpu_online() local
4402 for_each_online_cpu(other_cpu) { in mvneta_cpu_online()
4403 if (other_cpu != cpu) { in mvneta_cpu_online()
4405 per_cpu_ptr(pp->ports, other_cpu); in mvneta_cpu_online()