Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/xen/
Denlighten.c121 bool other_cpu = (cpu != smp_processor_id()); in xen_vcpu_restore() local
131 if (other_cpu && is_up && in xen_vcpu_restore()
140 if (other_cpu && is_up && in xen_vcpu_restore()
/linux-6.1.9/drivers/net/ethernet/marvell/
Dmvneta.c4316 int other_cpu; in mvneta_cpu_online() local
4342 for_each_online_cpu(other_cpu) { in mvneta_cpu_online()
4343 if (other_cpu != cpu) { in mvneta_cpu_online()
4345 per_cpu_ptr(pp->ports, other_cpu); in mvneta_cpu_online()