Home
last modified time | relevance | path

Searched refs:percpu_counter_debug_descr (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/lib/
Dpercpu_counter.c20 static 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 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()