Searched refs:ODEBUG_STATE_NONE (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/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() 641 case ODEBUG_STATE_NONE: in __debug_object_init() 817 case ODEBUG_STATE_NONE: in debug_object_destroy() 1174 if (!obj && state != ODEBUG_STATE_NONE) { in check_results() 1248 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest() 1259 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest() 1270 if (check_results(&obj, ODEBUG_STATE_NONE, ++fixups, ++warnings)) in debug_objects_selftest()
|
/linux-6.6.21/include/linux/ |
D | debugobjects.h | 9 ODEBUG_STATE_NONE, enumerator
|