Lines Matching refs:warnings

1170 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings)  in check_results()  argument
1196 if (warnings != debug_objects_warnings) { in check_results()
1198 warnings, debug_objects_warnings); in check_results()
1222 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local
1228 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest()
1232 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1235 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1238 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest()
1241 if (check_results(&obj, ODEBUG_STATE_INACTIVE, 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_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1250 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1253 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1256 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1261 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1264 if (check_results(&obj, ODEBUG_STATE_INIT, ++fixups, ++warnings)) in debug_objects_selftest()
1267 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1272 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1275 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1278 if (check_results(&obj, ODEBUG_STATE_NONE, ++fixups, ++warnings)) in debug_objects_selftest()