Searched refs:should_failslab (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dfault-inject.h105 int should_failslab(struct kmem_cache *s, gfp_t gfpflags);
/linux-master/mm/
H A Dslub.c3730 noinline int should_failslab(struct kmem_cache *s, gfp_t gfpflags) function
3736 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
3748 if (unlikely(should_failslab(s, flags)))
/linux-master/kernel/bpf/
H A Dverifier.c20737 BTF_ID(func, should_failslab)

Completed in 218 milliseconds