Home
last modified time | relevance | path

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

/mm/
Dslab_common.c1349 int should_failslab(struct kmem_cache *s, gfp_t gfpflags) in should_failslab() function
1355 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
Dslab.h525 if (should_failslab(s, flags)) in slab_pre_alloc_hook()