Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Ddebugobjects.c92 [ODEBUG_STATE_NONE] = "none",
181 obj->state = ODEBUG_STATE_NONE; in alloc_object()
399 case ODEBUG_STATE_NONE: in __debug_object_init()
597 case ODEBUG_STATE_NONE: in debug_object_destroy()
988 if (!obj && state != ODEBUG_STATE_NONE) { in check_results()
1062 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1073 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1084 if (check_results(&obj, ODEBUG_STATE_NONE, ++fixups, ++warnings)) in debug_objects_selftest()
/Linux-v4.19/include/linux/
Ddebugobjects.h9 ODEBUG_STATE_NONE, enumerator