Searched refs:SLUB_RED_INACTIVE (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | poison.h | 52 #define SLUB_RED_INACTIVE 0xbb macro
|
/Linux-v4.19/tools/include/linux/ |
D | poison.h | 57 #define SLUB_RED_INACTIVE 0xbb macro
|
/Linux-v4.19/mm/ |
D | slub.c | 1074 init_object(s, object, SLUB_RED_INACTIVE); in setup_object_debug() 1090 if (!check_object(s, page, object, SLUB_RED_INACTIVE)) in alloc_consistency_checks() 1190 init_object(s, object, SLUB_RED_INACTIVE); in free_debug_processing() 1669 check_object(s, page, p, SLUB_RED_INACTIVE); in __free_slab() 4358 if (!check_object(s, page, p, SLUB_RED_INACTIVE)) in validate_slab()
|