Home
last modified time | relevance | path

Searched refs:__should_failslab (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/mm/
H A Dfailslab.c17 bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags) in __should_failslab() function
H A Dslab_common.c1193 if (__should_failslab(s, gfpflags)) in should_failslab()
/kernel/linux/linux-6.6/mm/
H A Dfailslab.c17 bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags) in __should_failslab() function
H A Dslab_common.c1512 if (__should_failslab(s, gfpflags)) in should_failslab()

Completed in 5 milliseconds