Home
last modified time | relevance | path

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

/linux/Documentation/core-api/
H A Ddebug-objects.rst49 - debug_object_free
111 calling debug_object_free() before the function which allocates the
172 :functions: debug_object_free
184 Note that debug_object_free removes the object from the tracker. Later
273 debug_object_free is detected. Further it can be called from the debug
277 Called from debug_object_free() or debug_check_no_obj_freed() when
/linux/lib/
H A Dpercpu_counter.c29 debug_object_free(fbc, &percpu_counter_debug_descr); in percpu_counter_fixup_free()
50 debug_object_free(fbc, &percpu_counter_debug_descr); in debug_percpu_counter_deactivate()
H A Ddebugobjects.c951 void debug_object_free(void *addr, const struct debug_obj_descr *descr) in debug_object_free() function
986 EXPORT_SYMBOL_GPL(debug_object_free);
1274 debug_object_free(obj, &descr_type_test); in fixup_free()
1367 debug_object_free(&obj, &descr_type_test); in debug_objects_selftest()
1378 debug_object_free(&obj, &descr_type_test); in debug_objects_selftest()
/linux/kernel/rcu/
H A Dupdate.c466 debug_object_free(head, &rcuhead_debug_descr); in destroy_rcu_head()
504 debug_object_free(head, &rcuhead_debug_descr); in destroy_rcu_head_on_stack()
/linux/drivers/gpu/drm/i915/
H A Di915_sw_fence.c82 debug_object_free(fence, &i915_sw_fence_debug_descr); in debug_fence_free()
/linux/kernel/time/
H A Dhrtimer.c410 debug_object_free(timer, &hrtimer_debug_descr); in hrtimer_fixup_free()
448 debug_object_free(timer, &hrtimer_debug_descr); in destroy_hrtimer_on_stack()
/linux/kernel/
H A Dworkqueue.c647 debug_object_free(work, &work_debug_descr); in work_fixup_free()
683 debug_object_free(work, &work_debug_descr); in destroy_work_on_stack()
690 debug_object_free(&work->work, &work_debug_descr); in destroy_delayed_work_on_stack()