Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dpoison.h51 #define SLUB_RED_ACTIVE 0xcc /* when obj is active */ macro
/linux/mm/
H A Dslub.c1276 if (slub_debug_orig_size(s) && val == SLUB_RED_ACTIVE) { in init_object()
1349 * 0xcc (SLUB_RED_ACTIVE) for objects in use when SLAB_RED_ZONE.
1365 * 0xcc (SLUB_RED_ACTIVE) for objects in use when SLAB_RED_ZONE.
1386 * - Redzones are filled by init_object() with SLUB_RED_ACTIVE/INACTIVE.
1487 if (slub_debug_orig_size(s) && val == SLUB_RED_ACTIVE) { in check_object()
1507 if (val != SLUB_RED_ACTIVE && (s->flags & __OBJECT_POISON)) { in check_object()
1535 if ((freeptr_outside_object(s) || val != SLUB_RED_ACTIVE) && in check_object()
1750 init_object(s, object, SLUB_RED_ACTIVE); in alloc_debug_processing()
1779 if (!check_object(s, slab, object, SLUB_RED_ACTIVE)) in free_consistency_checks()
6858 SLUB_RED_ACTIVE, k in __kvmalloc_node_noprof()
[all...]