Home
last modified time | relevance | path

Searched refs:ODEBUG_STATE_NONE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Ddebugobjects.c122 [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 Ddebugobjects.h9 ODEBUG_STATE_NONE, enumerator