| /kernel/linux/linux-5.10/arch/ia64/scripts/ |
| H A 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))
|
| /kernel/linux/linux-6.6/arch/ia64/scripts/ |
| H A 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))
|
| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | ethtool-pause.sh | 9 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 D | udp_tunnel_nic.sh | 13 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 D | ethtool-common.sh | 9 num_errors=0 32 ((num_errors++)) 38 ((num_errors++))
|
| H A D | tc-mq-visibility.sh | 21 ((num_errors++)) 71 if [ $num_errors -eq 0 ]; then 75 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
|
| H A D | ethtool-ring.sh | 79 if [ $num_errors -eq 0 ]; then 83 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
|
| H A D | ethtool-coalesce.sh | 126 if [ $num_errors -eq 0 ]; then 130 echo "FAILED $num_errors/$((num_errors+num_passes)) checks"
|
| H A D | udp_tunnel_nic.sh | 13 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 D | malidp_drv.h | 26 s32 num_errors; member
|
| H A D | malidp_drv.c | 476 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 D | malidp_drv.h | 26 s32 num_errors; member
|
| H A D | malidp_drv.c | 474 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 D | vme_bridge.h | 87 unsigned num_errors; /* Number of errors */ member
|
| H A D | vme.c | 1268 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 D | vme_bridge.h | 87 unsigned int num_errors; /* Number of errors */ member
|
| H A D | vme.c | 1255 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 D | davinci_nand.c | 260 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 D | flexfilelayout.h | 116 unsigned int num_errors; member
|
| /kernel/linux/linux-6.6/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayout.h | 116 unsigned int num_errors; member
|
| /kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
| H A D | davinci_nand.c | 261 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 D | parse-events.h | 123 int num_errors; /* number of errors encountered */ member
|
| /kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
| H A D | zoran.h | 281 int num_errors; member
|
| /kernel/linux/linux-6.6/drivers/media/pci/zoran/ |
| H A D | zoran.h | 275 int num_errors; member
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | parse-events.h | 134 int num_errors; /* number of errors encountered */ member
|