Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dfailslab.c32 if (failslab.cache_filter && !(s->flags & SLAB_FAILSLAB)) in __should_failslab()
Dslab_common.c50 SLAB_FAILSLAB | kasan_never_merge())
Dslub.c1477 *flags |= SLAB_FAILSLAB; in parse_slub_debug_flags()
5587 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_FAILSLAB)); in failslab_show()
/Linux-v6.1/include/linux/
Dslab.h100 # define SLAB_FAILSLAB ((slab_flags_t __force)0x02000000U) macro
102 # define SLAB_FAILSLAB 0 macro