Home
last modified time | relevance | path

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

/linux/lib/
H A Ddebugobjects.c124 [ODEBUG_STATE_NOTAVAILABLE] = "not available",
696 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_activate()
736 case ODEBUG_STATE_NOTAVAILABLE: in debug_object_activate()
753 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_deactivate()
885 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_assert_init()
911 debug_object_fixup(descr->fixup_assert_init, addr, ODEBUG_STATE_NOTAVAILABLE); in debug_object_assert_init()
926 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_active_state()
1113 case ODEBUG_STATE_NOTAVAILABLE: in fixup_activate()
/linux/include/linux/
H A Ddebugobjects.h14 ODEBUG_STATE_NOTAVAILABLE, enumerator
/linux/Documentation/core-api/
H A Ddebug-objects.rst236 - ODEBUG_STATE_NOTAVAILABLE
250 ODEBUG_STATE_NOTAVAILABLE. The fixup function needs to check whether
292 ODEBUG_STATE_NOTAVAILABLE when the object is not found in the debug
/linux/kernel/time/
H A Dtimer.c772 case ODEBUG_STATE_NOTAVAILABLE: in timer_fixup_activate()
811 case ODEBUG_STATE_NOTAVAILABLE: in timer_fixup_assert_init()