Searched refs:SLUB_RED_INACTIVE (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/include/linux/ |
A D | poison.h | 53 #define SLUB_RED_INACTIVE 0xbb macro
|
/linux-6.3-rc2/include/linux/ |
A D | poison.h | 44 #define SLUB_RED_INACTIVE 0xbb macro
|
/linux-6.3-rc2/mm/ |
A D | slub.c | 1389 init_object(s, object, SLUB_RED_INACTIVE); in setup_object_debug() 1415 if (!check_object(s, slab, object, SLUB_RED_INACTIVE)) in alloc_consistency_checks() 2086 check_object(s, slab, p, SLUB_RED_INACTIVE); in free_slab() 2922 init_object(s, object, SLUB_RED_INACTIVE); in free_debug_processing() 5137 SLUB_RED_INACTIVE : SLUB_RED_ACTIVE; in validate_slab()
|
Completed in 15 milliseconds