Lines Matching full:inject
50 inject NVMe status code and retry flag on devices permitted by setting
57 inject IO timeouts by setting config items under
59 inject requeue requests by setting config items under
61 inject init_hctx() errors by setting config items under
70 fault-inject-debugfs kernel module provides some debugfs entries for runtime
141 default is 'Y', setting it to 'N' will also inject failures into
147 default is 'N', setting it to 'Y' will only inject failures when
157 default is 'Y', setting it to 'N' will also inject failures
193 - /sys/kernel/debug/fail_function/inject:
213 specifies the "error" return value to inject to the given function.
222 In order to inject faults while debugfs is not available (early boot time),
275 (free objects) functions are usually harder to inject errors than allocate
318 - #include <linux/fault-inject.h>
324 Please see the definition of struct fault_attr in fault-inject.h
351 Upon should_fail() returning true, client code should inject a failure:
358 - Inject slab allocation failures into module init/exit code::
393 - Inject page allocation failures only for a specific module::
434 - Inject open_ctree error while btrfs mount::
446 echo $FAILFUNC > /sys/kernel/debug/$FAILTYPE/inject
464 echo > /sys/kernel/debug/$FAILTYPE/inject
472 - Inject only skbuff allocation failures ::
504 Same as above except to inject page allocation failure instead of slab