Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpercpu-refcount.h129 void percpu_ref_kill_and_confirm(struct percpu_ref *ref,
149 percpu_ref_kill_and_confirm(ref, NULL); in percpu_ref_kill()
/Linux-v6.1/lib/
Dpercpu-refcount.c382 void percpu_ref_kill_and_confirm(struct percpu_ref *ref, in percpu_ref_kill_and_confirm() function
399 EXPORT_SYMBOL_GPL(percpu_ref_kill_and_confirm);
/Linux-v6.1/drivers/nvme/target/
Dcore.c796 percpu_ref_kill_and_confirm(&sq->ref, nvmet_confirm_sq); in nvmet_sq_destroy()
/Linux-v6.1/drivers/target/
Dtarget_core_transport.c3141 percpu_ref_kill_and_confirm(&se_sess->cmd_count, in target_stop_session()
/Linux-v6.1/kernel/cgroup/
Dcgroup.c5836 percpu_ref_kill_and_confirm(&css->refcnt, css_killed_ref_fn); in kill_css()