Searched refs:num_errors (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/arch/ia64/scripts/ |
D | unwcheck.py | 29 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/ |
D | huberror.c | 121 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/ |
D | malidp_drv.h | 29 s32 num_errors; member
|
D | malidp_drv.c | 354 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/ |
D | davinci_nand.c | 315 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/ |
D | vme_bridge.h | 87 unsigned num_errors; /* Number of errors */ member
|
D | vme.c | 1272 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/ |
D | flexfilelayout.h | 116 unsigned int num_errors; member
|
D | flexfilelayout.c | 1932 *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/ |
D | zoran.h | 378 int num_errors; member
|
D | zoran_device.c | 691 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/ |
D | qed_debug.c | 6322 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 …]
|
D | qed_hsi.h | 3380 u32 *num_errors,
|
/Linux-v4.19/drivers/vme/bridges/ |
D | vme_tsi148.c | 1250 if (handler->num_errors) { in tsi148_master_read() 1348 if (handler->num_errors) { in tsi148_master_write()
|
/Linux-v4.19/Documentation/ |
D | DMA-API.txt | 711 dma-api/num_errors The number in this file shows how many
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 90 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()
|
D | aic79xx_core.c | 80 static const u_int num_errors = ARRAY_SIZE(ahd_hard_errors); 1715 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()
|