Home
last modified time | relevance | path

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

/linux/mm/
H A Dfailslab.c19 int should_failslab(struct kmem_cache *s, gfp_t gfpflags) in should_failslab() function
48 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
/linux/include/linux/
H A Dfault-inject.h126 int should_failslab(struct kmem_cache *s, gfp_t gfpflags);
128 static inline int should_failslab(struct kmem_cache *s, gfp_t gfpflags) in should_failslab() function