Searched refs:poison_obj (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/mm/ |
D | slab.c | 1706 static void poison_obj(struct kmem_cache *cachep, void *addr, unsigned char val) in poison_obj() function 2502 poison_obj(cachep, objp, POISON_FREE); in cache_init_objs() 2754 poison_obj(cachep, objp, POISON_FREE); in cache_free_debugcheck() 2757 poison_obj(cachep, objp, POISON_FREE); in cache_free_debugcheck() 2894 poison_obj(cachep, objp, POISON_INUSE); in cache_alloc_debugcheck_after()
|