Home
last modified time | relevance | path

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

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