Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
277 * function will fail. For such guarantee, percpu_ref_kill_and_confirm()
/kernel/linux/linux-6.6/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()
299 * function will fail. For such guarantee, percpu_ref_kill_and_confirm()
/kernel/linux/linux-5.10/lib/
H A Dpercpu-refcount.c360 * percpu_ref_kill_and_confirm - drop the initial ref and schedule confirmation
376 void percpu_ref_kill_and_confirm(struct percpu_ref *ref, in percpu_ref_kill_and_confirm() function
393 EXPORT_SYMBOL_GPL(percpu_ref_kill_and_confirm); variable
/kernel/linux/linux-6.6/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, in percpu_ref_kill_and_confirm() function
400 EXPORT_SYMBOL_GPL(percpu_ref_kill_and_confirm); variable
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dcore.c793 percpu_ref_kill_and_confirm(&sq->ref, nvmet_confirm_sq); in nvmet_sq_destroy()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dcore.c800 percpu_ref_kill_and_confirm(&sq->ref, nvmet_confirm_sq); in nvmet_sq_destroy()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_transport.c3181 percpu_ref_kill_and_confirm(&cmd_cnt->refcnt, in target_stop_cmd_counter()
/kernel/linux/linux-5.10/kernel/cgroup/
H A Dcgroup.c5569 * Use percpu_ref_kill_and_confirm() to get notifications as each in kill_css()
5572 percpu_ref_kill_and_confirm(&css->refcnt, css_killed_ref_fn); in kill_css()
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcgroup.c5838 * Use percpu_ref_kill_and_confirm() to get notifications as each in kill_css()
5841 percpu_ref_kill_and_confirm(&css->refcnt, css_killed_ref_fn); in kill_css()

Completed in 26 milliseconds