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

/linux-master/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);
299 * function will fail. For such guarantee, percpu_ref_kill_and_confirm()
/linux-master/lib/
H A Dpercpu-refcount.c367 * percpu_ref_kill_and_confirm - drop the initial ref and schedule confirmation
383 void percpu_ref_kill_and_confirm(struct percpu_ref *ref, function
400 EXPORT_SYMBOL_GPL(percpu_ref_kill_and_confirm); variable
/linux-master/drivers/nvme/target/
H A Dcore.c812 percpu_ref_kill_and_confirm(&sq->ref, nvmet_confirm_sq);
/linux-master/drivers/target/
H A Dtarget_core_transport.c3183 percpu_ref_kill_and_confirm(&cmd_cnt->refcnt,
/linux-master/kernel/cgroup/
H A Dcgroup.c5852 * Use percpu_ref_kill_and_confirm() to get notifications as each
5855 percpu_ref_kill_and_confirm(&css->refcnt, css_killed_ref_fn);

Completed in 152 milliseconds