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 | 1348 * - Filled with 0xbb (SLUB_RED_INACTIVE) for inactive objects and 1364 * - Filled with 0xbb (SLUB_RED_INACTIVE) for inactive objects and 1707 init_object(s, object, SLUB_RED_INACTIVE); in setup_slab_debug() 1733 if (!check_object(s, slab, object, SLUB_RED_INACTIVE)) in alloc_debug_processing() 3497 check_object(s, slab, p, SLUB_RED_INACTIVE); in allocate_slab() 4230 init_object(s, object, SLUB_RED_INACTIVE); in count_partial_free_approx() 8759 SLUB_RED_INACTIVE : SLUB_RED_ACTIVE;
|