Home
last modified time | relevance | path

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

/linux/mm/
H A Dslab.h342 static inline unsigned int obj_to_index(const struct kmem_cache *cache, in obj_to_index() function
H A Dslub.c8186 objnr = obj_to_index(s, slab, objp); in __kmem_obj_info()
/linux/mm/kfence/
H A Dkfence_test.c297 KUNIT_EXPECT_EQ(test, obj_to_index(s, slab, alloc), 0U); in test_alloc()