Lines Matching refs:fixups
1035 seq_printf(m, "fixups :%d\n", debug_objects_fixups);
1162 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings)
1183 if (fixups != debug_objects_fixups) {
1184 WARN(1, KERN_ERR "ODEBUG: selftest fixups failed %d != %d\n",
1185 fixups, debug_objects_fixups);
1214 int fixups, oldfixups, warnings, oldwarnings;
1219 fixups = oldfixups = debug_objects_fixups;
1224 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings))
1227 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings))
1230 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings))
1233 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings))
1236 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings))
1239 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings))
1242 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings))
1245 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings))
1248 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings))
1253 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings))
1256 if (check_results(&obj, ODEBUG_STATE_INIT, ++fixups, ++warnings))
1259 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings))
1264 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings))
1267 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings))
1270 if (check_results(&obj, ODEBUG_STATE_NONE, ++fixups, ++warnings))