Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dfault-inject.h67 int should_failslab(struct kmem_cache *s, gfp_t gfpflags);
/kernel/linux/linux-6.6/include/linux/
H A Dfault-inject.h105 int should_failslab(struct kmem_cache *s, gfp_t gfpflags);
/kernel/linux/linux-5.10/mm/
H A Dslab_common.c1191 int should_failslab(struct kmem_cache *s, gfp_t gfpflags) in should_failslab() function
1197 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
H A Dslab.h515 if (should_failslab(s, flags)) in slab_pre_alloc_hook()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dverifier.c12264 BTF_ID(func, should_failslab)
/kernel/linux/linux-6.6/kernel/bpf/
H A Dverifier.c19782 BTF_ID(func, should_failslab)

Completed in 45 milliseconds