Lines Matching full:fault
2 Fault injection capabilities infrastructure
8 Available fault injection capabilities
25 injects futex deadlock and uaddr fault errors.
44 - NVMe fault injection
52 Configure fault-injection capabilities behavior
58 fault-inject-debugfs kernel module provides some debugfs entries for runtime
59 configuration of fault-injection capabilities.
97 to debug the problems revealed by fault injection.
199 that the fault setup with a previous write to this file was injected.
200 A positive integer N indicates that the fault wasn't yet injected.
209 How to add new fault injection capability
212 - #include <linux/fault-inject.h>
214 - define the fault attributes
218 Please see the definition of struct fault_attr in fault-inject.h
221 - provide a way to configure fault attributes
225 If you need to enable the fault injection capability from boot time, you can
239 If the scope of the fault injection capability is limited to a
241 configure the fault attributes.
368 tools/testing/fault-injection/failcmd.sh. Please run a command
369 "./tools/testing/fault-injection/failcmd.sh --help" for more information and
377 # ./tools/testing/fault-injection/failcmd.sh \
383 # ./tools/testing/fault-injection/failcmd.sh --times=100 \
390 ./tools/testing/fault-injection/failcmd.sh --times=100 \
428 printf("%d-th fault %c: res=%d/%d\n", i, atoi(buf) ? 'N' : 'Y',
438 1-th fault Y: res=-1/23
439 2-th fault Y: res=-1/23
440 3-th fault Y: res=-1/12
441 4-th fault Y: res=-1/12
442 5-th fault Y: res=-1/23
443 6-th fault Y: res=-1/23
444 7-th fault Y: res=-1/23
445 8-th fault Y: res=-1/12
446 9-th fault Y: res=-1/12
447 10-th fault Y: res=-1/12
448 11-th fault Y: res=-1/12
449 12-th fault Y: res=-1/12
450 13-th fault Y: res=-1/12
451 14-th fault Y: res=-1/12
452 15-th fault Y: res=-1/12
453 16-th fault N: res=0/12