Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dfault-inject.h67 int should_failslab(struct kmem_cache *s, gfp_t gfpflags);
/kernel/linux/linux-5.10/mm/
Dslab_common.c1191 int should_failslab(struct kmem_cache *s, gfp_t gfpflags) in should_failslab() function
1197 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
Dslab.h515 if (should_failslab(s, flags)) in slab_pre_alloc_hook()
/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c12048 BTF_ID(func, should_failslab) in BTF_ID()