Home
last modified time | relevance | path

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

/linux/Documentation/core-api/
H A Ddebug-objects.rst39 - debug_object_init
68 :functions: debug_object_init
196 fixup function can correct the problem by calling debug_object_init
214 debug_object_init is detected. The function takes the address of the
217 Called from debug_object_init when the object state is:
224 Note, that the function needs to call the debug_object_init() function
252 case it is it calls debug_object_init() and debug_object_activate()
298 Note, this function should make sure debug_object_init() is called
303 initialized object or not. In this case only debug_object_init()
/linux/lib/
H A Ddebugobjects.c774 void debug_object_init(void *addr, const struct debug_obj_descr *descr) in debug_object_init() function
781 EXPORT_SYMBOL_GPL(debug_object_init);
1216 debug_object_init(obj, &descr_type_test); in fixup_init()
1343 debug_object_init(&obj, &descr_type_test); in debug_objects_selftest()
1358 debug_object_init(&obj, &descr_type_test); in debug_objects_selftest()
1375 debug_object_init(&obj, &descr_type_test); in debug_objects_selftest()
1383 debug_object_init(&obj, &descr_type_test); in debug_objects_selftest()
H A Dpercpu_counter.c43 debug_object_init(fbc, &percpu_counter_debug_descr); in debug_percpu_counter_activate()
/linux/kernel/rcu/
H A Dupdate.c460 debug_object_init(head, &rcuhead_debug_descr); in init_rcu_head()
/linux/drivers/gpu/drm/i915/
H A Di915_sw_fence.c51 debug_object_init(fence, &i915_sw_fence_debug_descr); in debug_fence_init()
H A Di915_active.c89 debug_object_init(ref, &active_debug_desc); in debug_active_init()
/linux/kernel/time/
H A Dhrtimer.c393 debug_object_init(timer, &hrtimer_debug_descr); in hrtimer_fixup_init()
444 debug_object_init(timer, &hrtimer_debug_descr); in debug_hrtimer_init()
/linux/kernel/
H A Dworkqueue.c629 debug_object_init(work, &work_debug_descr); in work_fixup_init()
677 debug_object_init(work, &work_debug_descr); in __init_work()