Home
last modified time | relevance | path

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

/Linux-v6.6/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.6/lib/
Dpercpu-refcount.c383 void percpu_ref_kill_and_confirm(struct percpu_ref *ref, in percpu_ref_kill_and_confirm() function
400 EXPORT_SYMBOL_GPL(percpu_ref_kill_and_confirm);
/Linux-v6.6/drivers/nvme/target/
Dcore.c800 percpu_ref_kill_and_confirm(&sq->ref, nvmet_confirm_sq); in nvmet_sq_destroy()
/Linux-v6.6/drivers/target/
Dtarget_core_transport.c3181 percpu_ref_kill_and_confirm(&cmd_cnt->refcnt, in target_stop_cmd_counter()
/Linux-v6.6/kernel/cgroup/
Dcgroup.c5853 percpu_ref_kill_and_confirm(&css->refcnt, css_killed_ref_fn); in kill_css()