Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslab.c367 static unsigned long long *dbg_redzone2(struct kmem_cache *cachep, void *objp) in dbg_redzone2() function
388 #define dbg_redzone2(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) macro
1759 *dbg_redzone2(cachep, objp)); in print_objinfo()
1864 if (*dbg_redzone2(cachep, objp) != RED_INACTIVE) in slab_destroy_debugcheck()
2499 *dbg_redzone2(cachep, objp) = RED_INACTIVE; in cache_init_objs()
2510 if (*dbg_redzone2(cachep, objp) != RED_INACTIVE) in cache_init_objs()
2695 redzone2 = *dbg_redzone2(cache, obj); in verify_redzone_free()
2727 *dbg_redzone2(cachep, objp) = RED_INACTIVE; in cache_free_debugcheck()
2892 *dbg_redzone2(cachep, objp) != RED_INACTIVE) { in cache_alloc_debugcheck_after()
2898 *dbg_redzone2(cachep, objp)); in cache_alloc_debugcheck_after()
[all …]