Searched refs:__OBJECT_POISON (Results 1 – 1 of 1) sorted by relevance
195 #define __OBJECT_POISON ((slab_flags_t __force)0x80000000U) macro718 if (s->flags & __OBJECT_POISON) { in init_object()878 if (val != SLUB_RED_ACTIVE && (s->flags & __OBJECT_POISON) && in check_object()1071 if (!(s->flags & (SLAB_STORE_USER|SLAB_RED_ZONE|__OBJECT_POISON))) in setup_object_debug()3459 s->flags |= __OBJECT_POISON; in calculate_sizes()3461 s->flags &= ~__OBJECT_POISON; in calculate_sizes()