Home
last modified time | relevance | path

Searched refs:num_errors (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/ia64/scripts/
Dunwcheck.py28 global num_errors
29 num_errors += 1
35 num_errors = 0 variable
56 if num_errors == 0:
59 if num_errors > 1:
63 print "%u %s detected in %u functions." % (num_errors, err, num_funcs)
/linux-4.1.27/arch/ia64/sn/kernel/
Dhuberror.c121 int num_errors = 0; /* Num of errors handled */ in hubiio_crb_error_handler() local
172 num_errors++; in hubiio_crb_error_handler()
/linux-4.1.27/drivers/mtd/nand/
Ddavinci_nand.c316 unsigned num_errors, corrected; in nand_davinci_correct_4bit() local
396 num_errors = 1 + ((fsr >> 16) & 0x03); in nand_davinci_correct_4bit()
406 for (i = 0, corrected = 0; i < num_errors; i++) { in nand_davinci_correct_4bit()
/linux-4.1.27/drivers/media/pci/zoran/
Dzoran.h379 int num_errors; member
Dzoran_device.c709 zr->num_errors = 0; in init_jpeg_queue()
1215 if (zr->num_errors <= 8) in zoran_restart()
1276 zr->num_errors++; in error_handler()
1279 if (zr36067_debug > 1 && zr->num_errors <= 8) { in error_handler()
/linux-4.1.27/Documentation/
DDMA-API.txt653 dma-api/num_errors The number in this file shows how many
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx_core.c90 static const u_int num_errors = ARRAY_SIZE(ahc_hard_errors);
965 for (i = 0; error != 1 && i < num_errors; i++) in ahc_handle_brkadrint()
Daic79xx_core.c80 static const u_int num_errors = ARRAY_SIZE(ahd_hard_errors);
1715 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()