Searched refs:SLUB_RED_INACTIVE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/include/linux/ |
H A D | poison.h | 53 #define SLUB_RED_INACTIVE 0xbb macro
|
/openbmc/linux/include/linux/ |
H A D | poison.h | 44 #define SLUB_RED_INACTIVE 0xbb macro
|
/openbmc/linux/mm/ |
H A D | slub.c | 1415 init_object(s, object, SLUB_RED_INACTIVE); in setup_object_debug() 1441 if (!check_object(s, slab, object, SLUB_RED_INACTIVE)) in alloc_consistency_checks() 2110 check_object(s, slab, p, SLUB_RED_INACTIVE); in free_slab() 2947 init_object(s, object, SLUB_RED_INACTIVE); in free_debug_processing() 5166 SLUB_RED_INACTIVE : SLUB_RED_ACTIVE; in validate_slab()
|