Home
last modified time | relevance | path

Searched defs:fixup_free (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/core-api/
H A Ddebug-objects.rst269 fixup_free section in Fixup functions
/openbmc/linux/include/linux/
H A Ddebugobjects.h62 bool (*fixup_free)(void *addr, enum debug_obj_state state); member
/openbmc/linux/lib/
H A Ddebugobjects.c1148 static bool __init fixup_free(void *addr, enum debug_obj_state state) in fixup_free() function