Home
last modified time | relevance | path

Searched refs:percpu_ref_kill_and_confirm (Results 1 – 7 of 7) 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.c411 percpu_ref_kill_and_confirm(&nn->nfsd_net_ref, nfsd_net_done); in nfsd_shutdown_net()
/linux/drivers/nvme/target/
H A Dpr.c452 percpu_ref_kill_and_confirm(&pc_ref->ref, in nvmet_pr_set_ctrl_to_abort()
H A Dcore.c968 percpu_ref_kill_and_confirm(&sq->ref, nvmet_confirm_sq); in nvmet_sq_destroy()
/linux/drivers/target/
H A Dtarget_core_transport.c3195 percpu_ref_kill_and_confirm(&cmd_cnt->refcnt, in target_stop_cmd_counter()
/linux/kernel/cgroup/
H A Dcgroup.c6127 percpu_ref_kill_and_confirm(&css->refcnt, css_killed_ref_fn); in kill_css()