Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/linux/
Dpoison.h53 #define SLUB_RED_INACTIVE 0xbb macro
/Linux-v6.1/include/linux/
Dpoison.h44 #define SLUB_RED_INACTIVE 0xbb macro
/Linux-v6.1/mm/
Dslub.c1334 init_object(s, object, SLUB_RED_INACTIVE); in setup_object_debug()
1360 if (!check_object(s, slab, object, SLUB_RED_INACTIVE)) in alloc_consistency_checks()
2007 check_object(s, slab, p, SLUB_RED_INACTIVE); in __free_slab()
2874 init_object(s, object, SLUB_RED_INACTIVE); in free_debug_processing()
4953 SLUB_RED_INACTIVE : SLUB_RED_ACTIVE; in validate_slab()