Searched refs:RED_ACTIVE (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
H A Dpoison.h41 #define RED_ACTIVE 0xD84156C5635688C0ULL /* when obj is active */ macro
/linux-4.1.27/mm/
H A Dslab.c2709 if (redzone1 == RED_ACTIVE && redzone2 == RED_ACTIVE) verify_redzone_free()
2909 *dbg_redzone1(cachep, objp) = RED_ACTIVE; cache_alloc_debugcheck_after()
2910 *dbg_redzone2(cachep, objp) = RED_ACTIVE; cache_alloc_debugcheck_after()
H A Dslub.c737 * 0xcc (RED_ACTIVE) for objects in use.

Completed in 336 milliseconds