Home
last modified time | relevance | path

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

/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()
/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);
/linux/fs/nfsd/
H A Dnfssvc.c529 percpu_ref_kill_and_confirm(&nn->nfsd_serv_ref, nfsd_serv_done); in nfsd_destroy_serv()
/linux/drivers/nvme/target/
H A Dcore.c816 percpu_ref_kill_and_confirm(&sq->ref, nvmet_confirm_sq); in nvmet_sq_destroy()
/linux/drivers/target/
H A Dtarget_core_transport.c3183 percpu_ref_kill_and_confirm(&cmd_cnt->refcnt, in target_stop_cmd_counter()
/linux/kernel/cgroup/
H A Dcgroup.c5938 percpu_ref_kill_and_confirm(&css->refcnt, css_killed_ref_fn); in kill_css()