Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Ddebugobjects.c119 [ODEBUG_STATE_NONE] = "none",
273 obj->state = ODEBUG_STATE_NONE; in alloc_object()
566 enum debug_obj_state state = ODEBUG_STATE_NONE; in lookup_object_or_alloc()
642 case ODEBUG_STATE_NONE: in __debug_object_init()
818 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()
/openbmc/linux/include/linux/
H A Ddebugobjects.h9 ODEBUG_STATE_NONE, enumerator