Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dfailslab.c30 if (failslab.cache_filter && !(s->flags & SLAB_FAILSLAB)) in __should_failslab()
Dslab_common.c56 SLAB_FAILSLAB | SLAB_KASAN)
Dslub.c1309 *flags |= SLAB_FAILSLAB; in parse_slub_debug_flags()
5291 return sprintf(buf, "%d\n", !!(s->flags & SLAB_FAILSLAB)); in failslab_show()
/kernel/linux/linux-5.10/include/linux/
Dslab.h98 # define SLAB_FAILSLAB ((slab_flags_t __force)0x02000000U) macro
100 # define SLAB_FAILSLAB 0 macro