Lines Matching refs:fixups
1027 seq_printf(m, "fixups :%d\n", debug_objects_fixups);
1154 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings)
1175 if (fixups != debug_objects_fixups) {
1176 WARN(1, KERN_ERR "ODEBUG: selftest fixups failed %d != %d\n",
1177 fixups, debug_objects_fixups);
1206 int fixups, oldfixups, warnings, oldwarnings;
1211 fixups = oldfixups = debug_objects_fixups;
1216 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings))
1219 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings))
1222 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings))
1225 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings))
1228 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings))
1231 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings))
1234 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings))
1237 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings))
1240 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings))
1245 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings))
1248 if (check_results(&obj, ODEBUG_STATE_INIT, ++fixups, ++warnings))
1251 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings))
1256 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings))
1259 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings))
1262 if (check_results(&obj, ODEBUG_STATE_NONE, ++fixups, ++warnings))