Searched refs:ODEBUG_STATE_INIT (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/lib/ |
| D | debugobjects.c | 120 [ODEBUG_STATE_INIT] = "initialized", 584 state = ODEBUG_STATE_INIT; in lookup_object_or_alloc() 643 case ODEBUG_STATE_INIT: in __debug_object_init() 645 obj->state = ODEBUG_STATE_INIT; in __debug_object_init() 724 case ODEBUG_STATE_INIT: in debug_object_activate() 788 case ODEBUG_STATE_INIT: in debug_object_deactivate() 844 case ODEBUG_STATE_INIT: in debug_object_destroy() 1268 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1300 if (check_results(&obj, ODEBUG_STATE_INIT, ++fixups, ++warnings)) in debug_objects_selftest() 1308 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
|
| /Linux-v6.6/include/linux/ |
| D | debugobjects.h | 10 ODEBUG_STATE_INIT, enumerator
|
| /Linux-v6.6/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
|