Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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()
/openbmc/linux/lib/
H A 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);
/openbmc/linux/drivers/nvme/target/
H A Dcore.c803 percpu_ref_kill_and_confirm(&sq->ref, nvmet_confirm_sq); in nvmet_sq_destroy()
/openbmc/linux/drivers/target/
H A Dtarget_core_transport.c3181 percpu_ref_kill_and_confirm(&cmd_cnt->refcnt, in target_stop_cmd_counter()
/openbmc/linux/kernel/cgroup/
H A Dcgroup.c5841 percpu_ref_kill_and_confirm(&css->refcnt, css_killed_ref_fn); in kill_css()