Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/drivers/vme/
Dvme_bridge.h86 unsigned num_errors; /* Number of errors */ member
Dvme.c1040 if (!handler->num_errors) in vme_bus_error_handler()
1042 if (handler->num_errors != UINT_MAX) in vme_bus_error_handler()
1043 handler->num_errors++; in vme_bus_error_handler()
1068 handler->num_errors = 0; in vme_register_error_handler()
/linux-4.4.14/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.4.14/drivers/media/pci/zoran/
Dzoran.h382 int num_errors; member
Dzoran_device.c701 zr->num_errors = 0; in init_jpeg_queue()
1207 if (zr->num_errors <= 8) in zoran_restart()
1268 zr->num_errors++; in error_handler()
1271 if (zr36067_debug > 1 && zr->num_errors <= 8) { in error_handler()
/linux-4.4.14/drivers/vme/bridges/
Dvme_tsi148.c1254 if (handler->num_errors) { in tsi148_master_read()
1352 if (handler->num_errors) { in tsi148_master_write()
/linux-4.4.14/Documentation/
DDMA-API.txt647 dma-api/num_errors The number in this file shows how many
/linux-4.4.14/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()