Lines Matching refs:warnings

976 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings)  in check_results()  argument
1002 if (warnings != debug_objects_warnings) { in check_results()
1004 warnings, debug_objects_warnings); in check_results()
1028 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local
1034 warnings = oldwarnings = debug_objects_warnings; in debug_objects_selftest()
1038 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1041 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1044 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest()
1047 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest()
1050 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest()
1053 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1056 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1059 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1062 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1067 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1070 if (check_results(&obj, ODEBUG_STATE_INIT, ++fixups, ++warnings)) in debug_objects_selftest()
1073 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1078 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1081 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1084 if (check_results(&obj, ODEBUG_STATE_NONE, ++fixups, ++warnings)) in debug_objects_selftest()