Home
last modified time | relevance | path

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

/kernel/
Dscftorture.c262 struct scf_check *scfcp = scfc_in; in scf_handler() local
264 if (likely(scfcp)) { in scf_handler()
265 WRITE_ONCE(scfcp->scfc_out, false); // For multiple receivers. in scf_handler()
266 if (WARN_ON_ONCE(unlikely(!READ_ONCE(scfcp->scfc_in)))) in scf_handler()
291 if (unlikely(!scfcp)) in scf_handler()
293 if (scfcp->scfc_wait) { in scf_handler()
294 WRITE_ONCE(scfcp->scfc_out, true); in scf_handler()
295 if (scfcp->scfc_rpc) in scf_handler()
296 complete(&scfcp->scfc_completion); in scf_handler()
298 kfree(scfcp); in scf_handler()
[all …]