Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/include/linux/
A Dpoison.h54 #define SLUB_RED_ACTIVE 0xcc macro
/linux-6.3-rc2/include/linux/
A Dpoison.h45 #define SLUB_RED_ACTIVE 0xcc macro
/linux-6.3-rc2/mm/
A Dslub.c1006 if (slub_debug_orig_size(s) && val == SLUB_RED_ACTIVE) { in init_object()
1177 if (slub_debug_orig_size(s) && val == SLUB_RED_ACTIVE) { in check_object()
1196 if (val != SLUB_RED_ACTIVE && (s->flags & __OBJECT_POISON) && in check_object()
1208 if (!freeptr_outside_object(s) && val == SLUB_RED_ACTIVE) in check_object()
1432 init_object(s, object, SLUB_RED_ACTIVE); in alloc_debug_processing()
1462 if (!check_object(s, slab, object, SLUB_RED_ACTIVE)) in free_consistency_checks()
4251 init_object(kmem_cache_node, n, SLUB_RED_ACTIVE); in early_kmem_cache_node_alloc()
5137 SLUB_RED_INACTIVE : SLUB_RED_ACTIVE; in validate_slab()

Completed in 17 milliseconds