Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/scripts/
Dunwcheck.py29 global num_errors
30 num_errors += 1
36 num_errors = 0 variable
57 if num_errors == 0:
60 if num_errors > 1:
64 print("%u %s detected in %u functions." % (num_errors, err, num_funcs))
/Linux-v4.19/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-v4.19/drivers/gpu/drm/arm/
Dmalidp_drv.h29 s32 num_errors; member
Dmalidp_drv.c354 error_stats->num_errors = 0; in malidp_error_stats_init()
368 error_stats->num_errors++; in malidp_error()
377 error_stats.num_errors); in malidp_error_stats_dump()
/Linux-v4.19/drivers/mtd/nand/raw/
Ddavinci_nand.c315 unsigned num_errors, corrected; in nand_davinci_correct_4bit() local
387 num_errors = 1 + ((fsr >> 16) & 0x03); in nand_davinci_correct_4bit()
397 for (i = 0, corrected = 0; i < num_errors; i++) { in nand_davinci_correct_4bit()
/Linux-v4.19/drivers/vme/
Dvme_bridge.h87 unsigned num_errors; /* Number of errors */ member
Dvme.c1272 if (!handler->num_errors) in vme_bus_error_handler()
1274 if (handler->num_errors != UINT_MAX) in vme_bus_error_handler()
1275 handler->num_errors++; in vme_bus_error_handler()
1300 handler->num_errors = 0; in vme_register_error_handler()
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayout.h116 unsigned int num_errors; member
Dflexfilelayout.c1932 *start = cpu_to_be32(ff_args->num_errors); in ff_layout_encode_ioerr()
2083 ff_args->num_errors = ff_layout_fetch_ds_ioerr(args->layout, in ff_layout_prepare_layoutreturn()
/Linux-v4.19/drivers/staging/media/zoran/
Dzoran.h378 int num_errors; member
Dzoran_device.c691 zr->num_errors = 0; in init_jpeg_queue()
1197 if (zr->num_errors <= 8) in zoran_restart()
1258 zr->num_errors++; in error_handler()
1261 if (zr36067_debug > 1 && zr->num_errors <= 8) { in error_handler()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c6322 u32 *num_errors, u32 *num_warnings) in qed_parse_idle_chk_dump_rules() argument
6330 *num_errors = 0; in qed_parse_idle_chk_dump_rules()
6370 (*num_errors)++; in qed_parse_idle_chk_dump_rules()
6465 u32 *num_errors, in qed_parse_idle_chk_dump() argument
6476 *num_errors = 0; in qed_parse_idle_chk_dump()
6521 num_errors, in qed_parse_idle_chk_dump()
6541 num_errors, in qed_parse_idle_chk_dump()
6549 if (*num_errors) in qed_parse_idle_chk_dump()
6554 *num_errors, *num_warnings); in qed_parse_idle_chk_dump()
7375 u32 num_errors, num_warnings; in qed_get_idle_chk_results_buf_size() local
[all …]
Dqed_hsi.h3380 u32 *num_errors,
/Linux-v4.19/drivers/vme/bridges/
Dvme_tsi148.c1250 if (handler->num_errors) { in tsi148_master_read()
1348 if (handler->num_errors) { in tsi148_master_write()
/Linux-v4.19/Documentation/
DDMA-API.txt711 dma-api/num_errors The number in this file shows how many
/Linux-v4.19/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()