Lines Matching full:inject
46 inject NVMe status code and retry flag on devices permitted by setting
58 fault-inject-debugfs kernel module provides some debugfs entries for runtime
129 default is 'N', setting it to 'Y' won't inject failures into
137 default is 'N', setting it to 'Y' will inject failures
152 - /sys/kernel/debug/fail_function/inject:
172 specifies the "error" return value to inject to the given function.
181 In order to inject faults while debugfs is not available (early boot time),
212 - #include <linux/fault-inject.h>
218 Please see the definition of struct fault_attr in fault-inject.h
245 Upon should_fail() returning true, client code should inject a failure:
252 - Inject slab allocation failures into module init/exit code::
287 - Inject page allocation failures only for a specific module::
328 - Inject open_ctree error while btrfs mount::
340 echo $FAILFUNC > /sys/kernel/debug/$FAILTYPE/inject
358 echo > /sys/kernel/debug/$FAILTYPE/inject
386 Same as above except to inject page allocation failure instead of slab