Searched refs:scfcp (Results 1 – 1 of 1) sorted by relevance
247 struct scf_check *scfcp = scfc_in; in scf_handler() local249 if (likely(scfcp)) { in scf_handler()250 WRITE_ONCE(scfcp->scfc_out, false); // For multiple receivers. in scf_handler()251 if (WARN_ON_ONCE(unlikely(!READ_ONCE(scfcp->scfc_in)))) in scf_handler()276 if (unlikely(!scfcp)) in scf_handler()278 if (scfcp->scfc_wait) in scf_handler()279 WRITE_ONCE(scfcp->scfc_out, true); in scf_handler()281 kfree(scfcp); in scf_handler()287 struct scf_check *scfcp = scfc_in; in scf_handler_1() local289 …if (likely(scfcp) && WARN_ONCE(smp_processor_id() != scfcp->scfc_cpu, "%s: Wanted CPU %d got CPU %… in scf_handler_1()[all …]