Searched refs:fixup_destroy (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
H A Ddebugobjects.h45 * @fixup_destroy: fixup function, which is called when the destroy check
57 int (*fixup_destroy) (void *addr, enum debug_obj_state state); member in struct:debug_obj_descr
/linux-4.4.14/lib/
H A Ddebugobjects.c527 debug_object_fixup(descr->fixup_destroy, addr, state); debug_object_destroy()
843 * fixup_destroy is called when:
846 static int __init fixup_destroy(void *addr, enum debug_obj_state state) fixup_destroy() function
922 .fixup_destroy = fixup_destroy,

Completed in 98 milliseconds