Searched refs:ODEBUG_STATE_INIT (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/lib/ |
D | debugobjects.c | 120 [ODEBUG_STATE_INIT] = "initialized", 584 state = ODEBUG_STATE_INIT; in lookup_object_or_alloc() 642 case ODEBUG_STATE_INIT: in __debug_object_init() 644 obj->state = ODEBUG_STATE_INIT; in __debug_object_init() 721 case ODEBUG_STATE_INIT: in debug_object_activate() 770 case ODEBUG_STATE_INIT: in debug_object_deactivate() 818 case ODEBUG_STATE_INIT: in debug_object_destroy() 1224 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1256 if (check_results(&obj, ODEBUG_STATE_INIT, ++fixups, ++warnings)) in debug_objects_selftest() 1264 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
|
/linux-6.6.21/include/linux/ |
D | debugobjects.h | 10 ODEBUG_STATE_INIT, enumerator
|
/linux-6.6.21/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
|