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()275 if (unlikely(!scfcp)) in scf_handler()277 if (scfcp->scfc_wait) in scf_handler()278 WRITE_ONCE(scfcp->scfc_out, true); in scf_handler()280 kfree(scfcp); in scf_handler()286 struct scf_check *scfcp = scfc_in; in scf_handler_1() local288 …if (likely(scfcp) && WARN_ONCE(smp_processor_id() != scfcp->scfc_cpu, "%s: Wanted CPU %d got CPU %… in scf_handler_1()[all …]