Home
last modified time | relevance | path

Searched refs:fixup_assert_init (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Ddebugobjects.h63 bool (*fixup_assert_init)(void *addr, enum debug_obj_state state); member
/openbmc/linux/Documentation/core-api/
H A Ddebug-objects.rst194 fixup_assert_init of the object type description structure provided by
285 fixup_assert_init section in Fixup functions
/openbmc/linux/lib/
H A Ddebugobjects.c912 debug_object_fixup(descr->fixup_assert_init, addr, ODEBUG_STATE_NOTAVAILABLE); in debug_object_assert_init()
/openbmc/linux/kernel/time/
H A Dtimer.c772 .fixup_assert_init = timer_fixup_assert_init,