Searched refs:ODEBUG_STATE_NOTAVAILABLE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/lib/ |
H A D | debugobjects.c | 124 [ODEBUG_STATE_NOTAVAILABLE] = "not available", 697 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_activate() 737 case ODEBUG_STATE_NOTAVAILABLE: in debug_object_activate() 754 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_deactivate() 886 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_assert_init() 912 debug_object_fixup(descr->fixup_assert_init, addr, ODEBUG_STATE_NOTAVAILABLE); in debug_object_assert_init() 927 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_active_state() 1114 case ODEBUG_STATE_NOTAVAILABLE: in fixup_activate()
|
/openbmc/linux/include/linux/ |
H A D | debugobjects.h | 14 ODEBUG_STATE_NOTAVAILABLE, enumerator
|
/openbmc/linux/Documentation/core-api/ |
H A D | debug-objects.rst | 236 - 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
|
/openbmc/linux/kernel/time/ |
H A D | timer.c | 718 case ODEBUG_STATE_NOTAVAILABLE: in timer_fixup_activate() 757 case ODEBUG_STATE_NOTAVAILABLE: in timer_fixup_assert_init()
|