Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpercpu-refcount.h117 void percpu_ref_kill_and_confirm(struct percpu_ref *ref,
136 percpu_ref_kill_and_confirm(ref, NULL); in percpu_ref_kill()
/Linux-v5.4/lib/
Dpercpu-refcount.c338 void percpu_ref_kill_and_confirm(struct percpu_ref *ref, in percpu_ref_kill_and_confirm() function
354 EXPORT_SYMBOL_GPL(percpu_ref_kill_and_confirm);
/Linux-v5.4/drivers/nvme/target/
Dcore.c761 percpu_ref_kill_and_confirm(&sq->ref, nvmet_confirm_sq); in nvmet_sq_destroy()
/Linux-v5.4/kernel/cgroup/
Dcgroup.c5495 percpu_ref_kill_and_confirm(&css->refcnt, css_killed_ref_fn); in kill_css()