Searched refs:obj_to_index (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/mm/ |
D | slab.c | 452 static inline unsigned int obj_to_index(const struct kmem_cache *cache, in obj_to_index() function 1819 objnr = obj_to_index(cachep, page, objp); in check_poison_obj() 2566 unsigned int objnr = obj_to_index(cachep, page, objp); in slab_put_obj() 2741 objnr = obj_to_index(cachep, page, objp); in cache_free_debugcheck() 2914 set_obj_status(page, obj_to_index(cachep, page, objp), OBJECT_ACTIVE); in cache_alloc_debugcheck_after()
|