Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dslab_def.h115 static inline int objs_per_slab_page(const struct kmem_cache *cache, in objs_per_slab_page() function
H A Dslub_def.h194 static inline int objs_per_slab_page(const struct kmem_cache *cache, in objs_per_slab_page() function
/OK3568_Linux_fs/kernel/mm/kfence/
H A Dkfence_test.c278 KUNIT_EXPECT_EQ(test, objs_per_slab_page(s, page), 1); in test_alloc()
/OK3568_Linux_fs/kernel/mm/
H A Dmemcontrol.c2933 unsigned int objects = objs_per_slab_page(s, page); in memcg_alloc_page_obj_cgroups()