Searched refs:__should_failslab (Results 1 – 3 of 3) sorted by relevance
107 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
17 bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags) in __should_failslab() function
1500 if (__should_failslab(s, gfpflags)) in should_failslab()