Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/linux/
Dpoison.h54 #define SLUB_RED_ACTIVE 0xcc macro
/Linux-v6.1/include/linux/
Dpoison.h45 #define SLUB_RED_ACTIVE 0xcc macro
/Linux-v6.1/mm/
Dslub.c1141 if (val != SLUB_RED_ACTIVE && (s->flags & __OBJECT_POISON) && in check_object()
1153 if (!freeptr_outside_object(s) && val == SLUB_RED_ACTIVE) in check_object()
1377 init_object(s, object, SLUB_RED_ACTIVE); in alloc_debug_processing()
1407 if (!check_object(s, slab, object, SLUB_RED_ACTIVE)) in free_consistency_checks()
4067 init_object(kmem_cache_node, n, SLUB_RED_ACTIVE); in early_kmem_cache_node_alloc()
4953 SLUB_RED_INACTIVE : SLUB_RED_ACTIVE; in validate_slab()