Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/ia64/scripts/
H A 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))
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-pause.sh9 num_errors=0
46 ((num_errors++))
52 ((num_errors++))
102 if [ $num_errors -eq 0 ]; then
106 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
H A Dudp_tunnel_nic.sh13 num_errors=0
20 ((num_errors++))
947 if [ $num_errors -eq 0 ]; then
950 echo "FAILED $num_errors/$num_cases checks"
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H A Dmalidp_drv.h26 s32 num_errors; member
H A Dmalidp_drv.c476 error_stats->num_errors = 0; in malidp_error_stats_init()
490 error_stats->num_errors++; in malidp_error()
499 error_stats.num_errors); in malidp_error_stats_dump()
/OK3568_Linux_fs/kernel/drivers/vme/
H A Dvme_bridge.h87 unsigned num_errors; /* Number of errors */ member
H A Dvme.c1268 if (!handler->num_errors) in vme_bus_error_handler()
1270 if (handler->num_errors != UINT_MAX) in vme_bus_error_handler()
1271 handler->num_errors++; in vme_bus_error_handler()
1296 handler->num_errors = 0; in vme_register_error_handler()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Ddavinci_nand.c261 unsigned num_errors, corrected; in nand_davinci_correct_4bit() local
333 num_errors = 1 + ((fsr >> 16) & 0x03); in nand_davinci_correct_4bit()
343 for (i = 0, corrected = 0; i < num_errors; i++) { in nand_davinci_correct_4bit()
/OK3568_Linux_fs/kernel/drivers/staging/media/zoran/
H A Dzoran.h281 int num_errors; member
H A Dzoran_device.c472 zr->num_errors = 0; in init_jpeg_queue()
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h116 unsigned int num_errors; member
H A Dflexfilelayout.c2018 *start = cpu_to_be32(ff_args->num_errors); in ff_layout_encode_ioerr()
2169 ff_args->num_errors = ff_layout_fetch_ds_ioerr(args->layout, in ff_layout_prepare_layoutreturn()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.h123 int num_errors; /* number of errors encountered */ member
H A Dparse-events.c194 switch (err->num_errors) { in parse_events__handle_error()
217 err->num_errors++; in parse_events__handle_error()
2255 if (!err->num_errors) in parse_events_print_error()
2262 if (err->num_errors > 1) { in parse_events_print_error()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c6065 u32 *num_errors, u32 *num_warnings) in qed_parse_idle_chk_dump_rules() argument
6073 *num_errors = 0; in qed_parse_idle_chk_dump_rules()
6112 (*num_errors)++; in qed_parse_idle_chk_dump_rules()
6208 u32 *num_errors, in qed_parse_idle_chk_dump() argument
6219 *num_errors = 0; in qed_parse_idle_chk_dump()
6265 num_errors, in qed_parse_idle_chk_dump()
6286 num_errors, in qed_parse_idle_chk_dump()
6294 if (*num_errors) in qed_parse_idle_chk_dump()
6299 *num_errors, *num_warnings); in qed_parse_idle_chk_dump()
7111 u32 num_errors, num_warnings; in qed_get_idle_chk_results_buf_size() local
[all …]
H A Dqed_hsi.h3481 u32 *num_errors,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs42proc.c891 for (i = 0; i < data->args.num_errors; i++) in nfs42_layouterror_prepare()
999 data->args.num_errors++; in nfs42_proc_layouterror()
1000 data->res.num_errors++; in nfs42_proc_layouterror()
H A Dnfs42xdr.c854 for (i = 0; i < args->num_errors; i++) in nfs4_xdr_enc_layouterror()
1424 for (i = 0; i < res->num_errors && status == 0; i++) in nfs4_xdr_dec_layouterror()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_xdr.h408 unsigned int num_errors; member
414 unsigned int num_errors; member
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c2740 int opt, num_errors = 0; in soxi() local
2775num_errors += (sox_parse_playlist((sox_playlist_callback_t)soxi1, &type, argv[optstate.ind]) != SO… in soxi()
2776 else num_errors += soxi1(&type, argv[optstate.ind]); in soxi()
2789 return num_errors; in soxi()
/OK3568_Linux_fs/kernel/drivers/vme/bridges/
H A Dvme_tsi148.c1246 if (handler->num_errors) { in tsi148_master_read()
1344 if (handler->num_errors) { in tsi148_master_write()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Ddma-api.rst704 dma-api/num_errors The number in this file shows how many
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c83 static const u_int num_errors = ARRAY_SIZE(ahc_hard_errors); variable
958 for (i = 0; error != 1 && i < num_errors; i++) in ahc_handle_brkadrint()
H A Daic79xx_core.c72 static const u_int num_errors = ARRAY_SIZE(ahd_hard_errors); variable
1707 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()