Home
last modified time | relevance | path

Searched refs:SLUB_RED_INACTIVE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dpoison.h52 #define SLUB_RED_INACTIVE 0xbb macro
/Linux-v5.4/tools/include/linux/
Dpoison.h57 #define SLUB_RED_INACTIVE 0xbb macro
/Linux-v5.4/mm/
Dslub.c1073 init_object(s, object, SLUB_RED_INACTIVE); in setup_object_debug()
1099 if (!check_object(s, page, object, SLUB_RED_INACTIVE)) in alloc_consistency_checks()
1199 init_object(s, object, SLUB_RED_INACTIVE); in free_debug_processing()
1721 check_object(s, page, p, SLUB_RED_INACTIVE); in __free_slab()
4402 if (!check_object(s, page, p, SLUB_RED_INACTIVE)) in validate_slab()