Searched refs:percpu_ref_kill_and_confirm (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | percpu-refcount.h | 129 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 D | percpu-refcount.h | 129 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 D | percpu-refcount.c | 360 * 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 D | percpu-refcount.c | 367 * 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 D | core.c | 793 percpu_ref_kill_and_confirm(&sq->ref, nvmet_confirm_sq); in nvmet_sq_destroy()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | core.c | 800 percpu_ref_kill_and_confirm(&sq->ref, nvmet_confirm_sq); in nvmet_sq_destroy()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_transport.c | 3181 percpu_ref_kill_and_confirm(&cmd_cnt->refcnt, in target_stop_cmd_counter()
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | cgroup.c | 5569 * 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 D | cgroup.c | 5838 * 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