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

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

Completed in 152 milliseconds