Searched refs:ODEBUG_STATE_INIT (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/lib/ |
| H A D | debugobjects.c | 130 [ODEBUG_STATE_INIT] = "initialized", 682 state = ODEBUG_STATE_INIT; in lookup_object_or_alloc() 752 case ODEBUG_STATE_INIT: in __debug_object_init() 754 obj->state = ODEBUG_STATE_INIT; in __debug_object_init() 831 case ODEBUG_STATE_INIT: in debug_object_activate() 880 case ODEBUG_STATE_INIT: in debug_object_deactivate() 928 case ODEBUG_STATE_INIT: in debug_object_destroy() 1344 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1376 if (check_results(&obj, ODEBUG_STATE_INIT, ++fixups, ++warnings)) in debug_objects_selftest() 1384 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
|
| /linux-6.15/include/linux/ |
| H A D | debugobjects.h | 10 ODEBUG_STATE_INIT, enumerator
|
| /linux-6.15/Documentation/core-api/ |
| H A D | debug-objects.rst | 84 object state to ODEBUG_STATE_INIT. It verifies that the object is not 107 object state to ODEBUG_STATE_INIT. It verifies that the object is on
|