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