Searched refs:ODEBUG_STATE_INIT (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/lib/ |
D | debugobjects.c | 123 [ODEBUG_STATE_INIT] = "initialized", 580 case ODEBUG_STATE_INIT: in __debug_object_init() 582 obj->state = ODEBUG_STATE_INIT; in __debug_object_init() 663 case ODEBUG_STATE_INIT: in debug_object_activate() 735 case ODEBUG_STATE_INIT: in debug_object_deactivate() 791 case ODEBUG_STATE_INIT: in debug_object_destroy() 1223 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1255 if (check_results(&obj, ODEBUG_STATE_INIT, ++fixups, ++warnings)) in debug_objects_selftest() 1263 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
|
/Linux-v5.10/include/linux/ |
D | debugobjects.h | 10 ODEBUG_STATE_INIT, enumerator
|
/Linux-v5.10/Documentation/core-api/ |
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
|