Lines Matching refs:error_count
398 unsigned int error_count = 0;
410 if (error_count < MAX_ERROR_COUNT)
414 error_count++;
420 if (error_count > MAX_ERROR_COUNT)
422 current->comm, error_count - MAX_ERROR_COUNT);
424 return error_count;
576 unsigned int error_count;
861 error_count = dmatest_verify(src->aligned, 0, src->off,
863 error_count += dmatest_verify(src->aligned, src->off,
866 error_count += dmatest_verify(src->aligned, src->off + len,
871 error_count += dmatest_verify(dst->aligned, 0, dst->off,
874 error_count += dmatest_verify(dst->aligned, dst->off,
878 error_count += dmatest_verify(dst->aligned, dst->off + len,
885 if (error_count) {
887 len, error_count);