Lines Matching refs:error_count
397 unsigned int error_count = 0;
409 if (error_count < MAX_ERROR_COUNT)
413 error_count++;
419 if (error_count > MAX_ERROR_COUNT)
421 current->comm, error_count - MAX_ERROR_COUNT);
423 return error_count;
576 unsigned int error_count;
863 error_count = dmatest_verify(src->aligned, 0, src->off,
865 error_count += dmatest_verify(src->aligned, src->off,
868 error_count += dmatest_verify(src->aligned, src->off + len,
873 error_count += dmatest_verify(dst->aligned, 0, dst->off,
876 error_count += dmatest_verify(dst->aligned, dst->off,
880 error_count += dmatest_verify(dst->aligned, dst->off + len,
887 if (error_count) {
889 len, error_count);