Searched refs:percpu_counter_debug_descr (Results 1 – 1 of 1) sorted by relevance
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()