Lines Matching refs:fault

8 Available fault injection capabilities
21 injects futex deadlock and uaddr fault errors.
40 - NVMe fault injection
48 Configure fault-injection capabilities behavior
54 fault-inject-debugfs kernel module provides some debugfs entries for runtime
55 configuration of fault-injection capabilities.
93 to debug the problems revealed by fault injection.
192 that the fault setup with a previous write to this file was injected.
193 A positive integer N indicates that the fault wasn't yet injected.
202 How to add new fault injection capability
205 - #include <linux/fault-inject.h>
207 - define the fault attributes
211 Please see the definition of struct fault_attr in fault-inject.h
214 - provide a way to configure fault attributes
218 If you need to enable the fault injection capability from boot time, you can
232 If the scope of the fault injection capability is limited to a
234 configure the fault attributes.
361 tools/testing/fault-injection/failcmd.sh. Please run a command
362 "./tools/testing/fault-injection/failcmd.sh --help" for more information and
370 # ./tools/testing/fault-injection/failcmd.sh \
376 # ./tools/testing/fault-injection/failcmd.sh --times=100 \
383 ./tools/testing/fault-injection/failcmd.sh --times=100 \
421 printf("%d-th fault %c: res=%d/%d\n", i, atoi(buf) ? 'N' : 'Y',
431 1-th fault Y: res=-1/23
432 2-th fault Y: res=-1/23
433 3-th fault Y: res=-1/12
434 4-th fault Y: res=-1/12
435 5-th fault Y: res=-1/23
436 6-th fault Y: res=-1/23
437 7-th fault Y: res=-1/23
438 8-th fault Y: res=-1/12
439 9-th fault Y: res=-1/12
440 10-th fault Y: res=-1/12
441 11-th fault Y: res=-1/12
442 12-th fault Y: res=-1/12
443 13-th fault Y: res=-1/12
444 14-th fault Y: res=-1/12
445 15-th fault Y: res=-1/12
446 16-th fault N: res=0/12