Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfault-inject.h107 extern bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags);
109 static inline bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags) in __should_failslab() function
/openbmc/linux/mm/
H A Dfailslab.c17 bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags) in __should_failslab() function
H A Dslab_common.c1500 if (__should_failslab(s, gfpflags)) in should_failslab()