Home
last modified time | relevance | path

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

12

/linux-6.1.9/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-6.1.9/tools/testing/selftests/drivers/net/netdevsim/
Dethtool-common.sh9 num_errors=0
32 ((num_errors++))
38 ((num_errors++))
Dtc-mq-visibility.sh21 ((num_errors++))
71 if [ $num_errors -eq 0 ]; then
75 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
Dethtool-coalesce.sh126 if [ $num_errors -eq 0 ]; then
130 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
Dethtool-pause.sh43 if [ $num_errors -eq 0 ]; then
47 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
Dethtool-ring.sh79 if [ $num_errors -eq 0 ]; then
83 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
Dethtool-fec.sh104 if [ $num_errors -eq 0 ]; then
108 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
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"
/linux-6.1.9/drivers/gpu/drm/arm/
Dmalidp_drv.h26 s32 num_errors; member
Dmalidp_drv.c478 error_stats->num_errors = 0; in malidp_error_stats_init()
492 error_stats->num_errors++; in malidp_error()
501 error_stats.num_errors); in malidp_error_stats_dump()
/linux-6.1.9/drivers/staging/vme_user/
Dvme_bridge.h87 unsigned num_errors; /* Number of errors */ member
Dvme.c1259 if (!handler->num_errors) in vme_bus_error_handler()
1261 if (handler->num_errors != UINT_MAX) in vme_bus_error_handler()
1262 handler->num_errors++; in vme_bus_error_handler()
1287 handler->num_errors = 0; in vme_register_error_handler()
Dvme_tsi148.c1233 if (handler->num_errors) { in tsi148_master_read()
1331 if (handler->num_errors) { in tsi148_master_write()
/linux-6.1.9/drivers/mtd/nand/raw/
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()
/linux-6.1.9/fs/nfs/flexfilelayout/
Dflexfilelayout.h116 unsigned int num_errors; member
Dflexfilelayout.c2091 *start = cpu_to_be32(ff_args->num_errors); in ff_layout_encode_ioerr()
2242 ff_args->num_errors = ff_layout_fetch_ds_ioerr(args->layout, in ff_layout_prepare_layoutreturn()
/linux-6.1.9/drivers/media/pci/zoran/
Dzoran.h275 int num_errors; member
Dzoran_device.c410 zr->num_errors = 0; in init_jpeg_queue()
/linux-6.1.9/tools/perf/util/
Dparse-events.h114 int num_errors; /* number of errors encountered */ member
Dparse-events.c2306 switch (err->num_errors) { in parse_events_error__handle()
2329 err->num_errors++; in parse_events_error__handle()
2404 if (!err->num_errors) in parse_events_error__print()
2409 if (err->num_errors > 1) { in parse_events_error__print()
/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c6489 u32 *num_errors, u32 *num_warnings) in qed_parse_idle_chk_dump_rules() argument
6497 *num_errors = 0; in qed_parse_idle_chk_dump_rules()
6536 (*num_errors)++; in qed_parse_idle_chk_dump_rules()
6631 u32 *num_errors, in qed_parse_idle_chk_dump() argument
6642 *num_errors = 0; in qed_parse_idle_chk_dump()
6704 num_errors, in qed_parse_idle_chk_dump()
6725 num_errors, in qed_parse_idle_chk_dump()
6733 if (*num_errors) in qed_parse_idle_chk_dump()
6738 *num_errors, *num_warnings); in qed_parse_idle_chk_dump()
7557 u32 num_errors, num_warnings; in qed_get_idle_chk_results_buf_size() local
[all …]
Dqed_dbg_hsi.h1258 u32 *num_errors,
/linux-6.1.9/fs/nfs/
Dnfs42proc.c921 for (i = 0; i < data->args.num_errors; i++) in nfs42_layouterror_prepare()
1029 data->args.num_errors++; in nfs42_proc_layouterror()
1030 data->res.num_errors++; in nfs42_proc_layouterror()
Dnfs42xdr.c868 for (i = 0; i < args->num_errors; i++) in nfs4_xdr_enc_layouterror()
1476 for (i = 0; i < res->num_errors && status == 0; i++) in nfs4_xdr_dec_layouterror()
/linux-6.1.9/include/linux/
Dnfs_xdr.h411 unsigned int num_errors; member
417 unsigned int num_errors; member

12