Searched refs:SLUB_RED_INACTIVE (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/include/linux/ |
| H A D | poison.h | 50 #define SLUB_RED_INACTIVE 0xbb /* when obj is inactive */ macro
|
| /linux/mm/ |
| H A D | slub.c | 1690 init_object(s, object, SLUB_RED_INACTIVE); in setup_object_debug() 1716 if (!check_object(s, slab, object, SLUB_RED_INACTIVE)) in alloc_consistency_checks() 3583 check_object(s, slab, p, SLUB_RED_INACTIVE); in free_slab() 4147 init_object(s, object, SLUB_RED_INACTIVE); in free_debug_processing() 8559 SLUB_RED_INACTIVE : SLUB_RED_ACTIVE; in validate_slab()
|