Home
last modified time | relevance | path

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

/linux/include/linux/
A Ddebugobjects.h62 bool (*fixup_free)(void *addr, enum debug_obj_state state); member
/linux/lib/
A Ddebugobjects.c874 debug_object_fixup(descr->fixup_free, addr, o.state); in debug_object_free()
990 debug_object_fixup(o.descr->fixup_free, (void *)oaddr, o.state); in __debug_check_no_obj_freed()
1147 static bool __init fixup_free(void *addr, enum debug_obj_state state) in fixup_free() function
1207 .fixup_free = fixup_free,
A Dpercpu_counter.c38 .fixup_free = percpu_counter_fixup_free,
/linux/Documentation/core-api/
A Ddebug-objects.rst178 debugobjects detects an error, then it calls the fixup_free function of
269 fixup_free section in Fixup functions
/linux/kernel/time/
A Dhrtimer.c412 .fixup_free = hrtimer_fixup_free,
A Dtimer.c825 .fixup_free = timer_fixup_free,
/linux/kernel/
A Dworkqueue.c659 .fixup_free = work_fixup_free,

Completed in 29 milliseconds