Searched refs:ODEBUG_STATE_NONE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/lib/ |
| D | debugobjects.c | 119 [ODEBUG_STATE_NONE] = "none", 272 obj->state = ODEBUG_STATE_NONE; in alloc_object() 565 enum debug_obj_state state = ODEBUG_STATE_NONE; in lookup_object_or_alloc() 642 case ODEBUG_STATE_NONE: in __debug_object_init() 843 case ODEBUG_STATE_NONE: in debug_object_destroy() 1218 if (!obj && state != ODEBUG_STATE_NONE) { in check_results() 1292 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest() 1303 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest() 1314 if (check_results(&obj, ODEBUG_STATE_NONE, ++fixups, ++warnings)) in debug_objects_selftest()
|
| /Linux-v6.6/include/linux/ |
| D | debugobjects.h | 9 ODEBUG_STATE_NONE, enumerator
|