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

/linux-master/tools/include/linux/
H A Dpoison.h54 #define SLUB_RED_ACTIVE 0xcc macro
/linux-master/include/linux/
H A Dpoison.h45 #define SLUB_RED_ACTIVE 0xcc macro
/linux-master/mm/
H A Dslub.c1140 if (slub_debug_orig_size(s) && val == SLUB_RED_ACTIVE) {
1311 if (slub_debug_orig_size(s) && val == SLUB_RED_ACTIVE) {
1330 if (val != SLUB_RED_ACTIVE && (s->flags & __OBJECT_POISON)) {
1353 if (!freeptr_outside_object(s) && val == SLUB_RED_ACTIVE)
1561 init_object(s, object, SLUB_RED_ACTIVE);
1591 if (!check_object(s, slab, object, SLUB_RED_ACTIVE))
4849 init_object(kmem_cache_node, n, SLUB_RED_ACTIVE);
5746 SLUB_RED_INACTIVE : SLUB_RED_ACTIVE;

Completed in 180 milliseconds