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

/linux-master/mm/
H A Dfailslab.c32 if (failslab.cache_filter && !(s->flags & SLAB_FAILSLAB))
H A Dslab_common.c53 SLAB_FAILSLAB | SLAB_NO_MERGE)
H A Dslub.c1661 *flags |= SLAB_FAILSLAB;
6381 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_FAILSLAB));
6391 WRITE_ONCE(s->flags, s->flags | SLAB_FAILSLAB);
6393 WRITE_ONCE(s->flags, s->flags & ~SLAB_FAILSLAB);
/linux-master/include/linux/
H A Dslab.h166 # define SLAB_FAILSLAB __SLAB_FLAG_BIT(_SLAB_FAILSLAB) macro
168 # define SLAB_FAILSLAB __SLAB_FLAG_UNUSED macro

Completed in 148 milliseconds