Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Ddebugobjects.c119 [ODEBUG_STATE_NONE] = "none",
276 obj->state = ODEBUG_STATE_NONE; in alloc_object()
581 case ODEBUG_STATE_NONE: in __debug_object_init()
792 case ODEBUG_STATE_NONE: in debug_object_destroy()
1175 if (!obj && state != ODEBUG_STATE_NONE) { in check_results()
1249 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1260 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1271 if (check_results(&obj, ODEBUG_STATE_NONE, ++fixups, ++warnings)) in debug_objects_selftest()
/Linux-v6.1/include/linux/
Ddebugobjects.h9 ODEBUG_STATE_NONE, enumerator