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
56 Configure fault-injection capabilities behavior
62 fault-inject-debugfs kernel module provides some debugfs entries for runtime
63 configuration of fault-injection capabilities.
103 to debug the problems revealed by fault injection.
219 that the fault setup with a previous write to this file was injected.
220 A positive integer N indicates that the fault wasn't yet injected.
229 How to add new fault injection capability
232 - #include <linux/fault-inject.h>
234 - define the fault attributes
238 Please see the definition of struct fault_attr in fault-inject.h
241 - provide a way to configure fault attributes
245 If you need to enable the fault injection capability from boot time, you can
259 If the scope of the fault injection capability is limited to a
261 configure the fault attributes.
388 tools/testing/fault-injection/failcmd.sh. Please run a command
389 "./tools/testing/fault-injection/failcmd.sh --help" for more information and
397 # ./tools/testing/fault-injection/failcmd.sh \
403 # ./tools/testing/fault-injection/failcmd.sh --times=100 \
410 ./tools/testing/fault-injection/failcmd.sh --times=100 \
448 printf("%d-th fault %c: res=%d/%d\n", i, atoi(buf) ? 'N' : 'Y',
458 1-th fault Y: res=-1/23
459 2-th fault Y: res=-1/23
460 3-th fault Y: res=-1/12
461 4-th fault Y: res=-1/12
462 5-th fault Y: res=-1/23
463 6-th fault Y: res=-1/23
464 7-th fault Y: res=-1/23
465 8-th fault Y: res=-1/12
466 9-th fault Y: res=-1/12
467 10-th fault Y: res=-1/12
468 11-th fault Y: res=-1/12
469 12-th fault Y: res=-1/12
470 13-th fault Y: res=-1/12
471 14-th fault Y: res=-1/12
472 15-th fault Y: res=-1/12
473 16-th fault N: res=0/12