Searched refs:SLUB_RED_ACTIVE (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/include/linux/ |
| H A D | poison.h | 51 #define SLUB_RED_ACTIVE 0xcc /* when obj is active */ macro
|
| /linux-6.15/include/linux/ |
| H A D | poison.h | 42 #define SLUB_RED_ACTIVE 0xcc /* when obj is active */ macro
|
| /linux-6.15/lib/tests/ |
| H A D | slub_kunit.c | 269 KUNIT_EXPECT_EQ(test, p[i], SLUB_RED_ACTIVE); in test_krealloc_redzone_zeroing() 276 KUNIT_EXPECT_EQ(test, p[i], SLUB_RED_ACTIVE); in test_krealloc_redzone_zeroing()
|
| /linux-6.15/mm/ |
| H A D | slub.c | 1167 if (slub_debug_orig_size(s) && val == SLUB_RED_ACTIVE) { in init_object() 1348 if (slub_debug_orig_size(s) && val == SLUB_RED_ACTIVE) { in check_object() 1368 if (val != SLUB_RED_ACTIVE && (s->flags & __OBJECT_POISON)) { in check_object() 1396 if ((freeptr_outside_object(s) || val != SLUB_RED_ACTIVE) && in check_object() 1611 init_object(s, object, SLUB_RED_ACTIVE); in alloc_debug_processing() 1642 if (!check_object(s, slab, object, SLUB_RED_ACTIVE)) in free_consistency_checks() 4897 SLUB_RED_ACTIVE, ks - new_size); in __do_krealloc() 5582 init_object(kmem_cache_node, n, SLUB_RED_ACTIVE); in early_kmem_cache_node_alloc() 6508 SLUB_RED_INACTIVE : SLUB_RED_ACTIVE; in validate_slab()
|