Lines Matching full:failures
13 injects slab allocation failures. (kmalloc(), kmem_cache_alloc(), ...)
17 injects page allocation failures. (alloc_pages(), get_free_pages(), ...)
21 injects failures in user memory access functions. (copy_from_user(), get_user(), ...)
29 injects kernel RPC client and server failures.
111 specifies the interval between failures, for calls to
119 specifies how many times failures may happen at most. A value of -1
142 Any positive value limits failures to only processes indicated by
167 default is 'Y', setting it to 'N' will also inject failures into
173 default is 'N', setting it to 'Y' will only inject failures when
183 default is 'Y', setting it to 'N' will also inject failures
189 failures.
389 - add a hook to insert failures
398 - Inject slab allocation failures into module init/exit code::
433 - Inject page allocation failures only for a specific module::
512 - Inject only skbuff allocation failures ::
538 Same as above except to specify 100 times failures at most instead of one time