Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/lib/
H A Ddebugobjects.c824 debug_object_fixup(descr->fixup_destroy, addr, o.state); in debug_object_destroy()
1118 * fixup_destroy is called when:
1121 static bool __init fixup_destroy(void *addr, enum debug_obj_state state) in fixup_destroy() function
1198 .fixup_destroy = fixup_destroy,
/kernel/linux/linux-6.6/lib/
H A Ddebugobjects.c832 debug_object_fixup(descr->fixup_destroy, addr, o.state); in debug_object_destroy()
1126 * fixup_destroy is called when:
1129 static bool __init fixup_destroy(void *addr, enum debug_obj_state state) in fixup_destroy() function
1206 .fixup_destroy = fixup_destroy,

Completed in 5 milliseconds