Home
last modified time | relevance | path

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

/linux/kernel/
H A Dscftorture.c153 static void scf_add_to_free_list(struct scf_check *scfcp) in scf_add_to_free_list() argument
158 if (!scfcp) in scf_add_to_free_list()
162 llist_add(&scfcp->scf_node, pool); in scf_add_to_free_list()
169 struct scf_check *scfcp; in scf_cleanup_free_list() local
174 scfcp = llist_entry(node, struct scf_check, scf_node); in scf_cleanup_free_list()
176 kfree(scfcp); in scf_cleanup_free_list()
292 struct scf_check *scfcp = scfc_in; in scf_handler() local
294 if (likely(scfcp)) { in scf_handler()
295 WRITE_ONCE(scfcp->scfc_out, false); // For multiple receivers. in scf_handler()
296 if (WARN_ON_ONCE(unlikely(!READ_ONCE(scfcp->scfc_in)))) in scf_handler()
[all …]