Searched refs:ODEBUG_STATE_NOTAVAILABLE (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/lib/ |
D | debugobjects.c | 124 [ODEBUG_STATE_NOTAVAILABLE] = "not available", 703 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_activate() 761 ret = debug_object_fixup(descr->fixup_activate, addr, ODEBUG_STATE_NOTAVAILABLE); in debug_object_activate() 808 .state = ODEBUG_STATE_NOTAVAILABLE, in debug_object_deactivate() 916 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_assert_init() 942 debug_object_fixup(descr->fixup_assert_init, addr, ODEBUG_STATE_NOTAVAILABLE); in debug_object_assert_init() 988 .state = ODEBUG_STATE_NOTAVAILABLE, in debug_object_active_state() 1157 case ODEBUG_STATE_NOTAVAILABLE: in fixup_activate()
|
/Linux-v6.6/include/linux/ |
D | debugobjects.h | 14 ODEBUG_STATE_NOTAVAILABLE, enumerator
|
/Linux-v6.6/Documentation/core-api/ |
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
|
/Linux-v6.6/kernel/time/ |
D | timer.c | 718 case ODEBUG_STATE_NOTAVAILABLE: in timer_fixup_activate() 757 case ODEBUG_STATE_NOTAVAILABLE: in timer_fixup_assert_init()
|