Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Ddebugobjects.c129 [ODEBUG_STATE_NONE] = "none",
465 obj->state = ODEBUG_STATE_NONE; in alloc_object()
663 enum debug_obj_state state = ODEBUG_STATE_NONE; in lookup_object_or_alloc()
751 case ODEBUG_STATE_NONE: in __debug_object_init()
927 case ODEBUG_STATE_NONE: in debug_object_destroy()
1294 if (!obj && state != ODEBUG_STATE_NONE) { in check_results()
1368 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1379 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1390 if (check_results(&obj, ODEBUG_STATE_NONE, ++fixups, ++warnings)) in debug_objects_selftest()
/linux-6.15/include/linux/
H A Ddebugobjects.h9 ODEBUG_STATE_NONE, enumerator