Searched refs:ODEBUG_STATE_NOTAVAILABLE (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/lib/ |
D | debugobjects.c | 134 [ODEBUG_STATE_NOTAVAILABLE] = "not available", 806 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_activate() 846 case ODEBUG_STATE_NOTAVAILABLE: in debug_object_activate() 863 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_deactivate() 995 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_assert_init() 1021 debug_object_fixup(descr->fixup_assert_init, addr, ODEBUG_STATE_NOTAVAILABLE); in debug_object_assert_init() 1036 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; in debug_object_active_state() 1233 case ODEBUG_STATE_NOTAVAILABLE: in fixup_activate()
|
/linux-6.14.4/include/linux/ |
D | debugobjects.h | 14 ODEBUG_STATE_NOTAVAILABLE, enumerator
|
/linux-6.14.4/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-6.14.4/kernel/time/ |
D | timer.c | 771 case ODEBUG_STATE_NOTAVAILABLE: in timer_fixup_activate() 810 case ODEBUG_STATE_NOTAVAILABLE: in timer_fixup_assert_init()
|