Home
last modified time | relevance | path

Searched refs:should_failslab (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dfault-inject.h105 int should_failslab(struct kmem_cache *s, gfp_t gfpflags);
/openbmc/linux/mm/
H A Dslab_common.c1510 int should_failslab(struct kmem_cache *s, gfp_t gfpflags) in should_failslab() function
1516 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
H A Dslab.h711 if (should_failslab(s, flags)) in slab_pre_alloc_hook()
/openbmc/linux/kernel/bpf/
H A Dverifier.c19807 BTF_ID(func, should_failslab) in BTF_ID()