Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfault-inject.h69 extern bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags);
71 static inline bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags) in __should_failslab() function
/OK3568_Linux_fs/kernel/mm/
H A Dfailslab.c17 bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags) in __should_failslab() function
H A Dslab_common.c1228 if (__should_failslab(s, gfpflags)) in should_failslab()