Searched refs:fixup_free (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | debugobjects.c | 843 debug_object_fixup(descr->fixup_free, addr, state); in debug_object_free() 988 debug_object_fixup(descr->fixup_free, in __debug_check_no_obj_freed() 1146 static bool __init fixup_free(void *addr, enum debug_obj_state state) in fixup_free() function 1206 .fixup_free = fixup_free,
|
| H A D | percpu_counter.c | 38 .fixup_free = percpu_counter_fixup_free,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | debugobjects.h | 62 bool (*fixup_free)(void *addr, enum debug_obj_state state); member
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | debug-objects.rst | 178 debugobjects detects an error, then it calls the fixup_free function of 269 fixup_free section in Fixup functions
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | timer.c | 724 .fixup_free = timer_fixup_free,
|
| H A D | hrtimer.c | 409 .fixup_free = hrtimer_fixup_free,
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | workqueue.c | 494 .fixup_free = work_fixup_free,
|