Searched refs:percpu_counter_debug_descr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | percpu_counter.c | 20 static const struct debug_obj_descr percpu_counter_debug_descr; variable 29 debug_object_free(fbc, &percpu_counter_debug_descr); in percpu_counter_fixup_free() 36 static const struct debug_obj_descr percpu_counter_debug_descr = { variable 43 debug_object_init(fbc, &percpu_counter_debug_descr); in debug_percpu_counter_activate() 44 debug_object_activate(fbc, &percpu_counter_debug_descr); in debug_percpu_counter_activate() 49 debug_object_deactivate(fbc, &percpu_counter_debug_descr); in debug_percpu_counter_deactivate() 50 debug_object_free(fbc, &percpu_counter_debug_descr); in debug_percpu_counter_deactivate()
|
/kernel/linux/linux-6.6/lib/ |
H A D | percpu_counter.c | 20 static const struct debug_obj_descr percpu_counter_debug_descr; variable 29 debug_object_free(fbc, &percpu_counter_debug_descr); in percpu_counter_fixup_free() 36 static const struct debug_obj_descr percpu_counter_debug_descr = { variable 43 debug_object_init(fbc, &percpu_counter_debug_descr); in debug_percpu_counter_activate() 44 debug_object_activate(fbc, &percpu_counter_debug_descr); in debug_percpu_counter_activate() 49 debug_object_deactivate(fbc, &percpu_counter_debug_descr); in debug_percpu_counter_deactivate() 50 debug_object_free(fbc, &percpu_counter_debug_descr); in debug_percpu_counter_deactivate()
|
Completed in 2 milliseconds