Searched refs:ODEBUG_STATE_NONE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/lib/ |
| D | debugobjects.c | 121 [ODEBUG_STATE_NONE] = "none", 274 obj->state = ODEBUG_STATE_NONE; in alloc_object() 555 case ODEBUG_STATE_NONE: in __debug_object_init() 766 case ODEBUG_STATE_NONE: in debug_object_destroy() 1160 if (!obj && state != ODEBUG_STATE_NONE) { in check_results() 1234 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest() 1245 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest() 1256 if (check_results(&obj, ODEBUG_STATE_NONE, ++fixups, ++warnings)) in debug_objects_selftest()
|
| /Linux-v5.4/include/linux/ |
| D | debugobjects.h | 9 ODEBUG_STATE_NONE, enumerator
|