Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslab.c360 static unsigned long long *dbg_redzone1(struct kmem_cache *cachep, void *objp) in dbg_redzone1() function
387 #define dbg_redzone1(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) macro
1758 *dbg_redzone1(cachep, objp), in print_objinfo()
1861 if (*dbg_redzone1(cachep, objp) != RED_INACTIVE) in slab_destroy_debugcheck()
2498 *dbg_redzone1(cachep, objp) = RED_INACTIVE; in cache_init_objs()
2513 if (*dbg_redzone1(cachep, objp) != RED_INACTIVE) in cache_init_objs()
2694 redzone1 = *dbg_redzone1(cache, obj); in verify_redzone_free()
2726 *dbg_redzone1(cachep, objp) = RED_INACTIVE; in cache_free_debugcheck()
2891 if (*dbg_redzone1(cachep, objp) != RED_INACTIVE || in cache_alloc_debugcheck_after()
2897 objp, *dbg_redzone1(cachep, objp), in cache_alloc_debugcheck_after()
[all …]