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

/linux-master/mm/
H A Dslub.c309 #define __OBJECT_POISON __SLAB_FLAG_BIT(_SLAB_OBJECT_POISON) macro
1150 if (s->flags & __OBJECT_POISON) {
1330 if (val != SLUB_RED_ACTIVE && (s->flags & __OBJECT_POISON)) {
1515 if (!kmem_cache_debug_flags(s, SLAB_STORE_USER|SLAB_RED_ZONE|__OBJECT_POISON))
4969 s->flags |= __OBJECT_POISON;
4971 s->flags &= ~__OBJECT_POISON;

Completed in 212 milliseconds