Searched refs:fixups (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | debugobjects.c | 882 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() argument 903 if (fixups != debug_objects_fixups) { in check_results() 905 fixups, debug_objects_fixups); in check_results() 933 int fixups, oldfixups, warnings, oldwarnings; in debug_objects_selftest() local 938 fixups = oldfixups = debug_objects_fixups; in debug_objects_selftest() 943 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 946 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest() 949 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest() 952 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest() 955 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest() [all …]
|