Home
last modified time | relevance | path

Searched refs:should_failslab (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dfault-inject.h67 int should_failslab(struct kmem_cache *s, gfp_t gfpflags);
/Linux-v4.19/mm/
Dslab.h423 if (should_failslab(s, flags)) in slab_pre_alloc_hook()
Dslab_common.c1555 int should_failslab(struct kmem_cache *s, gfp_t gfpflags) in should_failslab() function
1561 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);