Lines Matching refs:warnings
1161 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument
1187 if (warnings != debug_objects_warnings) { in check_results()
1189 warnings, debug_objects_warnings); in check_results()
1213 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local
1219 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest()
1223 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1226 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1229 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest()
1232 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest()
1235 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest()
1238 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1241 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1244 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1247 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1252 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1255 if (check_results(&obj, ODEBUG_STATE_INIT, ++fixups, ++warnings)) in debug_objects_selftest()
1258 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1263 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1266 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1269 if (check_results(&obj, ODEBUG_STATE_NONE, ++fixups, ++warnings)) in debug_objects_selftest()