Searched refs:ODEBUG_STATE_NONE (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | debugobjects.c | 122 [ODEBUG_STATE_NONE] = "none", 279 obj->state = ODEBUG_STATE_NONE; in alloc_object() 579 case ODEBUG_STATE_NONE: in __debug_object_init() 790 case ODEBUG_STATE_NONE: in debug_object_destroy() 1173 if (!obj && state != ODEBUG_STATE_NONE) { in check_results() 1247 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest() 1258 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest() 1269 if (check_results(&obj, ODEBUG_STATE_NONE, ++fixups, ++warnings)) in debug_objects_selftest()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | debugobjects.h | 9 ODEBUG_STATE_NONE, enumerator
|