Lines Matching refs:oo_objects
452 static inline unsigned int oo_objects(struct kmem_cache_order_objects x) in oo_objects() function
470 nr_slabs = DIV_ROUND_UP(nr_objects * 2, oo_objects(s->oo)); in slub_set_cpu_partial()
1813 unsigned int count = oo_objects(s->oo); in init_cache_random_seq()
1883 freelist_count = oo_objects(s->oo); in shuffle_freelist()
1953 slab->objects = oo_objects(oo); in allocate_slab()
4297 return !!oo_objects(s->oo); in calculate_sizes()
5004 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in validate_slab_cache()
5348 return sysfs_emit(buf, "%u\n", oo_objects(s->oo)); in objs_per_slab_show()
5463 objects = (slabs * oo_objects(s->oo)) / 2; in slabs_cpu_partial_show()
5473 objects = (slabs * oo_objects(s->oo)) / 2; in slabs_cpu_partial_show()
6183 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in slab_debug_trace_open()
6297 sinfo->objects_per_slab = oo_objects(s->oo); in get_slabinfo()