Home
last modified time | relevance | path

Searched refs:num_errors (Results 1 - 25 of 48) sorted by relevance

12

/kernel/linux/linux-5.10/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))
/kernel/linux/linux-6.6/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))
/kernel/linux/linux-5.10/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++))
956 if [ $num_errors -eq 0 ]; then
959 echo "FAILED $num_errors/$num_cases checks"
/kernel/linux/linux-6.6/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-ring.sh79 if [ $num_errors -eq 0 ]; then
83 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 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"
/kernel/linux/linux-5.10/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()
498 seq_printf(m, "[%s] num_errors : %d\n", prefix, in malidp_error_stats_dump()
499 error_stats.num_errors); in malidp_error_stats_dump()
/kernel/linux/linux-6.6/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()
496 seq_printf(m, "[%s] num_errors : %d\n", prefix, in malidp_error_stats_dump()
497 error_stats.num_errors); in malidp_error_stats_dump()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h116 unsigned int num_errors; member
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h116 unsigned int num_errors; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dparse-events.h123 int num_errors; /* number of errors encountered */ member
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A Dzoran.h281 int num_errors; member
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H A Dzoran.h275 int num_errors; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dparse-events.h134 int num_errors; /* number of errors encountered */ member

Completed in 22 milliseconds

12