Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddebugobjects.h54 * @fixup_free: fixup function, which is called when the free check
66 bool (*fixup_free)(void *addr, enum debug_obj_state state); member
/linux/lib/
H A Ddebugobjects.c984 debug_object_fixup(descr->fixup_free, addr, o.state); in debug_object_free()
1100 debug_object_fixup(o.descr->fixup_free, (void *)oaddr, o.state); in __debug_check_no_obj_freed()
1264 * fixup_free is called when:
1267 static bool __init fixup_free(void *addr, enum debug_obj_state state) in fixup_free() function
1327 .fixup_free = fixup_free,
H A Dpercpu_counter.c38 .fixup_free = percpu_counter_fixup_free,
/linux/Documentation/core-api/
H 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/
H A Dhrtimer.c407 * fixup_free is called when:
429 .fixup_free = hrtimer_fixup_free,
/linux/kernel/
H A Dworkqueue.c641 * fixup_free is called when:
663 .fixup_free = work_fixup_free,