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

/linux-master/kernel/
H A Dscftorture.c131 int scfc_cpu; // -1 for not _single(). member in struct:scf_check
307 if (likely(scfcp) && WARN_ONCE(smp_processor_id() != scfcp->scfc_cpu, "%s: Wanted CPU %d got CPU %d\n", __func__, scfcp->scfc_cpu, smp_processor_id())) {
333 scfcp->scfc_cpu = -1;
355 scfcp->scfc_cpu = cpu;
374 scfcp->scfc_cpu = cpu;

Completed in 92 milliseconds