Searched refs:__OBJECT_POISON (Results 1 – 1 of 1) sorted by relevance
196 #define __OBJECT_POISON ((slab_flags_t __force)0x80000000U) macro717 if (s->flags & __OBJECT_POISON) { in init_object()877 if (val != SLUB_RED_ACTIVE && (s->flags & __OBJECT_POISON) && in check_object()1070 if (!(s->flags & (SLAB_STORE_USER|SLAB_RED_ZONE|__OBJECT_POISON))) in setup_object_debug()3513 s->flags |= __OBJECT_POISON; in calculate_sizes()3515 s->flags &= ~__OBJECT_POISON; in calculate_sizes()