Searched refs:debug_object_free (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/core-api/ |
| H A D | debug-objects.rst | 49 - 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 D | percpu_counter.c | 29 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 D | debugobjects.c | 968 void debug_object_free(void *addr, const struct debug_obj_descr *descr) in debug_object_free() function 1003 EXPORT_SYMBOL_GPL(debug_object_free); 1291 debug_object_free(obj, &descr_type_test); in fixup_free() 1384 debug_object_free(&obj, &descr_type_test); in debug_objects_selftest() 1395 debug_object_free(&obj, &descr_type_test); in debug_objects_selftest()
|
| /linux/kernel/rcu/ |
| H A D | update.c | 466 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 D | i915_sw_fence.c | 82 debug_object_free(fence, &i915_sw_fence_debug_descr); in debug_fence_free()
|
| H A D | i915_active.c | 107 debug_object_free(ref, &active_debug_desc); in debug_active_fini()
|
| /linux/kernel/time/ |
| H A D | hrtimer.c | 418 debug_object_free(timer, &hrtimer_debug_descr); in hrtimer_fixup_free() 456 debug_object_free(timer, &hrtimer_debug_descr); in destroy_hrtimer_on_stack()
|
| /linux/kernel/ |
| H A D | workqueue.c | 650 debug_object_free(work, &work_debug_descr); in work_fixup_free() 686 debug_object_free(work, &work_debug_descr); in destroy_work_on_stack() 693 debug_object_free(&work->work, &work_debug_descr); in destroy_delayed_work_on_stack()
|