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

/linux-master/include/linux/
H A Ddebugobjects.h48 * @fixup_destroy: fixup function, which is called when the destroy check
61 bool (*fixup_destroy)(void *addr, enum debug_obj_state state); member in struct:debug_obj_descr
/linux-master/lib/
H A Ddebugobjects.c832 debug_object_fixup(descr->fixup_destroy, addr, o.state);
1126 * fixup_destroy is called when:
1129 static bool __init fixup_destroy(void *addr, enum debug_obj_state state) function
1206 .fixup_destroy = fixup_destroy,

Completed in 163 milliseconds