Searched refs:SLUB_RED_INACTIVE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ |
D | poison.h | 43 #define SLUB_RED_INACTIVE 0xbb macro
|
/linux-4.4.14/mm/ |
D | slub.c | 1028 init_object(s, object, SLUB_RED_INACTIVE); in setup_object_debug() 1044 if (!check_object(s, page, object, SLUB_RED_INACTIVE)) in alloc_debug_processing() 1118 init_object(s, object, SLUB_RED_INACTIVE); in free_debug_processing() 1513 check_object(s, page, p, SLUB_RED_INACTIVE); in __free_slab() 4104 if (!check_object(s, page, p, SLUB_RED_INACTIVE)) in validate_slab()
|