Home
last modified time | relevance | path

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

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