Home
last modified time | relevance | path

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

/lib/
Ddebugobjects.c1145 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument
1166 if (fixups != debug_objects_fixups) { in check_results()
1168 fixups, debug_objects_fixups); in check_results()
1197 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local
1202 fixups = oldfixups = debug_objects_fixups; in debug_objects_selftest()
1207 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1210 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1213 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest()
1216 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest()
1219 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest()
[all …]