Home
last modified time | relevance | path

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

12

/openbmc/linux/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))
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-common.sh9 num_errors=0
32 ((num_errors++))
38 ((num_errors++))
H A Dtc-mq-visibility.sh21 ((num_errors++))
71 if [ $num_errors -eq 0 ]; then
75 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
H A Dethtool-coalesce.sh126 if [ $num_errors -eq 0 ]; then
130 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
H A Dethtool-ring.sh79 if [ $num_errors -eq 0 ]; then
83 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
H A Dethtool-pause.sh43 if [ $num_errors -eq 0 ]; then
47 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
H A Dethtool-fec.sh104 if [ $num_errors -eq 0 ]; then
108 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
H A Dudp_tunnel_nic.sh13 num_errors=0
20 ((num_errors++))
956 if [ $num_errors -eq 0 ]; then
959 echo "FAILED $num_errors/$num_cases checks"
/openbmc/linux/drivers/gpu/drm/arm/
H A Dmalidp_drv.h26 s32 num_errors; member
H A Dmalidp_drv.c474 error_stats->num_errors = 0; in malidp_error_stats_init()
488 error_stats->num_errors++; in malidp_error()
497 error_stats.num_errors); in malidp_error_stats_dump()
/openbmc/linux/drivers/staging/vme_user/
H A Dvme_bridge.h87 unsigned int num_errors; /* Number of errors */ member
H A Dvme.c1255 if (!handler->num_errors) in vme_bus_error_handler()
1257 if (handler->num_errors != UINT_MAX) in vme_bus_error_handler()
1258 handler->num_errors++; in vme_bus_error_handler()
1282 handler->num_errors = 0; in vme_register_error_handler()
H A Dvme_tsi148.c1229 if (handler->num_errors) { in tsi148_master_read()
1326 if (handler->num_errors) { in tsi148_master_write()
/openbmc/linux/drivers/mtd/nand/raw/
H A Ddavinci_nand.c260 unsigned num_errors, corrected; in nand_davinci_correct_4bit() local
332 num_errors = 1 + ((fsr >> 16) & 0x03); in nand_davinci_correct_4bit()
342 for (i = 0, corrected = 0; i < num_errors; i++) { in nand_davinci_correct_4bit()
/openbmc/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h116 unsigned int num_errors; member
H A Dflexfilelayout.c2092 *start = cpu_to_be32(ff_args->num_errors); in ff_layout_encode_ioerr()
2243 ff_args->num_errors = ff_layout_fetch_ds_ioerr(args->layout, in ff_layout_prepare_layoutreturn()
/openbmc/linux/tools/perf/util/
H A Dparse-events.h134 int num_errors; /* number of errors encountered */ member
H A Dparse-events.c2159 switch (err->num_errors) { in parse_events_error__handle()
2182 err->num_errors++; in parse_events_error__handle()
2257 if (!err->num_errors) in parse_events_error__print()
2262 if (err->num_errors > 1) { in parse_events_error__print()
/openbmc/linux/drivers/media/pci/zoran/
H A Dzoran.h275 int num_errors; member
H A Dzoran_device.c410 zr->num_errors = 0; in init_jpeg_queue()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c6497 *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()
7557 u32 num_errors, num_warnings; in qed_get_idle_chk_results_buf_size() local
7571 u32 *num_errors, in qed_print_idle_chk_results() argument
7842 u32 num_errors, num_warnnings; in qed_print_idle_chk_results_wrapper() local
[all …]
H A Dqed_dbg_hsi.h1258 u32 *num_errors,
/openbmc/linux/fs/nfs/
H A Dnfs42proc.c924 for (i = 0; i < data->args.num_errors; i++) in nfs42_layouterror_prepare()
1032 data->args.num_errors++; in nfs42_proc_layouterror()
1033 data->res.num_errors++; in nfs42_proc_layouterror()
H A Dnfs42xdr.c711 for (i = 0; i < args->num_errors; i++) in nfs4_xdr_enc_layouterror()
1564 for (i = 0; i < res->num_errors && status == 0; i++) in nfs4_xdr_dec_layouterror()
/openbmc/linux/include/linux/
H A Dnfs_xdr.h411 unsigned int num_errors; member
417 unsigned int num_errors; member

12