Home
last modified time | relevance | path

Searched refs:obj_to_index (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/mm/
Dslab.c453 static inline unsigned int obj_to_index(const struct kmem_cache *cache, in obj_to_index() function
1821 objnr = obj_to_index(cachep, page, objp); in check_poison_obj()
2557 unsigned int objnr = obj_to_index(cachep, page, objp); in slab_put_obj()
2732 objnr = obj_to_index(cachep, page, objp); in cache_free_debugcheck()
2905 set_obj_status(page, obj_to_index(cachep, page, objp), OBJECT_ACTIVE); in cache_alloc_debugcheck_after()