Searched refs:ODEBUG_STATE_INIT (Results 1 – 3 of 3) sorted by relevance
/linux/lib/ |
A D | debugobjects.c | 123 [ODEBUG_STATE_INIT] = "initialized", 585 case ODEBUG_STATE_INIT: in __debug_object_init() 587 obj->state = ODEBUG_STATE_INIT; in __debug_object_init() 668 case ODEBUG_STATE_INIT: in debug_object_activate() 740 case ODEBUG_STATE_INIT: in debug_object_deactivate() 796 case ODEBUG_STATE_INIT: in debug_object_destroy() 1228 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1260 if (check_results(&obj, ODEBUG_STATE_INIT, ++fixups, ++warnings)) in debug_objects_selftest() 1268 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
|
/linux/include/linux/ |
A D | debugobjects.h | 10 ODEBUG_STATE_INIT, enumerator
|
/linux/Documentation/core-api/ |
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
|
Completed in 7 milliseconds