Searched refs:should_failslab (Results 1 - 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | fault-inject.h | 67 int should_failslab(struct kmem_cache *s, gfp_t gfpflags);
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | fault-inject.h | 105 int should_failslab(struct kmem_cache *s, gfp_t gfpflags);
|
| /kernel/linux/linux-5.10/mm/ |
| H A D | slab_common.c | 1191 int should_failslab(struct kmem_cache *s, gfp_t gfpflags) in should_failslab() function 1197 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
|
| H A D | slab.h | 515 if (should_failslab(s, flags)) in slab_pre_alloc_hook()
|
| /kernel/linux/linux-6.6/mm/ |
| H A D | slab_common.c | 1510 int should_failslab(struct kmem_cache *s, gfp_t gfpflags) in should_failslab() function 1516 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
|
| H A D | slab.h | 711 if (should_failslab(s, flags)) in slab_pre_alloc_hook()
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| H A D | verifier.c | 12264 BTF_ID(func, should_failslab)
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | verifier.c | 19782 BTF_ID(func, should_failslab)
|
Completed in 45 milliseconds