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