Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpoison.h53 #define SLUB_RED_ACTIVE 0xcc macro
/Linux-v5.4/tools/include/linux/
Dpoison.h58 #define SLUB_RED_ACTIVE 0xcc macro
/Linux-v5.4/mm/
Dslub.c877 if (val != SLUB_RED_ACTIVE && (s->flags & __OBJECT_POISON) && in check_object()
889 if (!s->offset && val == SLUB_RED_ACTIVE) in check_object()
1118 init_object(s, object, SLUB_RED_ACTIVE); in alloc_debug_processing()
1148 if (!check_object(s, page, object, SLUB_RED_ACTIVE)) in free_consistency_checks()
3384 init_object(kmem_cache_node, n, SLUB_RED_ACTIVE); in early_kmem_cache_node_alloc()
4408 if (!check_object(s, page, p, SLUB_RED_ACTIVE)) in validate_slab()