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

/linux-master/mm/
H A Dslab.h341 static inline unsigned int obj_to_index(const struct kmem_cache *cache, function
H A Dslub.c1965 off = obj_to_index(s, slab, p[i]);
1994 off = obj_to_index(s, slab, p[i]);
5244 objnr = obj_to_index(s, slab, objp);
H A Dmemcontrol.c3060 off = obj_to_index(slab->slab_cache, slab, p);
/linux-master/mm/kfence/
H A Dkfence_test.c296 KUNIT_EXPECT_EQ(test, obj_to_index(s, slab, alloc), 0U);

Completed in 192 milliseconds