Searched refs:fixup_free (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/lib/ |
D | debugobjects.c | 648 debug_object_fixup(descr->fixup_free, addr, state); in debug_object_free() 790 debug_object_fixup(descr->fixup_free, in __debug_check_no_obj_freed() 961 static bool __init fixup_free(void *addr, enum debug_obj_state state) in fixup_free() function 1021 .fixup_free = fixup_free,
|
D | percpu_counter.c | 38 .fixup_free = percpu_counter_fixup_free,
|
/Linux-v4.19/include/linux/ |
D | debugobjects.h | 62 bool (*fixup_free)(void *addr, enum debug_obj_state state); member
|
/Linux-v4.19/Documentation/core-api/ |
D | debug-objects.rst | 178 debugobjects detects an error, then it calls the fixup_free function of 269 fixup_free section in Fixup functions
|
/Linux-v4.19/kernel/time/ |
D | timer.c | 698 .fixup_free = timer_fixup_free,
|
D | hrtimer.c | 405 .fixup_free = hrtimer_fixup_free,
|
/Linux-v4.19/kernel/ |
D | workqueue.c | 486 .fixup_free = work_fixup_free,
|