Home
last modified time | relevance | path

Searched refs:poison_obj (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dslab.c1446 static void poison_obj(struct kmem_cache *cachep, void *addr, unsigned char val) in poison_obj() function
1581 poison_obj(cachep, page->freelist - obj_offset(cachep), in slab_destroy_debugcheck()
2363 poison_obj(cachep, objp, POISON_FREE); in cache_init_objs_debug()
2731 poison_obj(cachep, objp, POISON_FREE); in cache_free_debugcheck()
2752 poison_obj(cachep, objp, POISON_FREE); in fixup_objfreelist_debug()
2998 poison_obj(cachep, objp, POISON_INUSE); in cache_alloc_debugcheck_after()
/kernel/linux/linux-6.6/mm/
H A Dslab.c1429 static void poison_obj(struct kmem_cache *cachep, void *addr, unsigned char val) in poison_obj() function
1564 poison_obj(cachep, slab->freelist - obj_offset(cachep), in slab_destroy_debugcheck()
2345 poison_obj(cachep, objp, POISON_FREE); in cache_init_objs_debug()
2691 poison_obj(cachep, objp, POISON_FREE); in cache_free_debugcheck()
2712 poison_obj(cachep, objp, POISON_FREE); in fixup_objfreelist_debug()
2952 poison_obj(cachep, objp, POISON_INUSE); in cache_alloc_debugcheck_after()

Completed in 10 milliseconds