Searched refs:ODEBUG_STATE_INIT (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/lib/ |
D | debugobjects.c | 122 [ODEBUG_STATE_INIT] = "initialized", 556 case ODEBUG_STATE_INIT: in __debug_object_init() 558 obj->state = ODEBUG_STATE_INIT; in __debug_object_init() 639 case ODEBUG_STATE_INIT: in debug_object_activate() 711 case ODEBUG_STATE_INIT: in debug_object_deactivate() 767 case ODEBUG_STATE_INIT: in debug_object_destroy() 1210 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1242 if (check_results(&obj, ODEBUG_STATE_INIT, ++fixups, ++warnings)) in debug_objects_selftest() 1250 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
|
/Linux-v5.4/include/linux/ |
D | debugobjects.h | 10 ODEBUG_STATE_INIT, enumerator
|
/Linux-v5.4/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
|