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.
226 that the fault setup with a previous write to this file was injected.
227 A positive integer N indicates that the fault wasn't yet injected.
236 How to add new fault injection capability
239 - #include <linux/fault-inject.h>
241 - define the fault attributes
245 Please see the definition of struct fault_attr in fault-inject.h
248 - provide a way to configure fault attributes
252 If you need to enable the fault injection capability from boot time, you can
266 If the scope of the fault injection capability is limited to a
268 configure the fault attributes.
395 tools/testing/fault-injection/failcmd.sh. Please run a command
396 "./tools/testing/fault-injection/failcmd.sh --help" for more information and
404 # ./tools/testing/fault-injection/failcmd.sh \
410 # ./tools/testing/fault-injection/failcmd.sh --times=100 \
417 ./tools/testing/fault-injection/failcmd.sh --times=100 \
455 printf("%d-th fault %c: res=%d/%d\n", i, atoi(buf) ? 'N' : 'Y',
465 1-th fault Y: res=-1/23
466 2-th fault Y: res=-1/23
467 3-th fault Y: res=-1/12
468 4-th fault Y: res=-1/12
469 5-th fault Y: res=-1/23
470 6-th fault Y: res=-1/23
471 7-th fault Y: res=-1/23
472 8-th fault Y: res=-1/12
473 9-th fault Y: res=-1/12
474 10-th fault Y: res=-1/12
475 11-th fault Y: res=-1/12
476 12-th fault Y: res=-1/12
477 13-th fault Y: res=-1/12
478 14-th fault Y: res=-1/12
479 15-th fault Y: res=-1/12
480 16-th fault N: res=0/12