Searched refs:poison_obj (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/mm/ |
D | slab.c | 1708 static void poison_obj(struct kmem_cache *cachep, void *addr, unsigned char val) in poison_obj() function 2493 poison_obj(cachep, objp, POISON_FREE); in cache_init_objs() 2745 poison_obj(cachep, objp, POISON_FREE); in cache_free_debugcheck() 2748 poison_obj(cachep, objp, POISON_FREE); in cache_free_debugcheck() 2885 poison_obj(cachep, objp, POISON_INUSE); in cache_alloc_debugcheck_after()
|