Lines Matching full:fault
2 Fault injection capabilities infrastructure
8 Available fault injection capabilities
25 injects futex deadlock and uaddr fault errors.
48 - NVMe fault injection
55 - Null test block driver fault injection
64 Configure fault-injection capabilities behavior
70 fault-inject-debugfs kernel module provides some debugfs entries for runtime
71 configuration of fault-injection capabilities.
109 to debug the problems revealed by fault injection.
240 that the fault setup with a previous write to this file was injected.
241 A positive integer N indicates that the fault wasn't yet injected.
315 How to add new fault injection capability
318 - #include <linux/fault-inject.h>
320 - define the fault attributes
324 Please see the definition of struct fault_attr in fault-inject.h
327 - provide a way to configure fault attributes
331 If you need to enable the fault injection capability from boot time, you can
345 If the scope of the fault injection capability is limited to a
347 configure the fault attributes.
478 # Turn on fault injection
486 tools/testing/fault-injection/failcmd.sh. Please run a command
487 "./tools/testing/fault-injection/failcmd.sh --help" for more information and
495 # ./tools/testing/fault-injection/failcmd.sh \
501 # ./tools/testing/fault-injection/failcmd.sh --times=100 \
508 ./tools/testing/fault-injection/failcmd.sh --times=100 \
546 printf("%d-th fault %c: res=%d/%d\n", i, atoi(buf) ? 'N' : 'Y',
556 1-th fault Y: res=-1/23
557 2-th fault Y: res=-1/23
558 3-th fault Y: res=-1/12
559 4-th fault Y: res=-1/12
560 5-th fault Y: res=-1/23
561 6-th fault Y: res=-1/23
562 7-th fault Y: res=-1/23
563 8-th fault Y: res=-1/12
564 9-th fault Y: res=-1/12
565 10-th fault Y: res=-1/12
566 11-th fault Y: res=-1/12
567 12-th fault Y: res=-1/12
568 13-th fault Y: res=-1/12
569 14-th fault Y: res=-1/12
570 15-th fault Y: res=-1/12
571 16-th fault N: res=0/12