Lines Matching refs:oo_objects
481 static inline unsigned int oo_objects(struct kmem_cache_order_objects x) in oo_objects() function
499 nr_slabs = DIV_ROUND_UP(nr_objects * 2, oo_objects(s->oo)); in slub_set_cpu_partial()
1891 unsigned int count = oo_objects(s->oo); in init_cache_random_seq()
1961 freelist_count = oo_objects(s->oo); in shuffle_freelist()
2031 slab->objects = oo_objects(oo); in allocate_slab()
4506 return !!oo_objects(s->oo); in calculate_sizes()
5210 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in validate_slab_cache()
5553 return sysfs_emit(buf, "%u\n", oo_objects(s->oo)); in objs_per_slab_show()
5662 objects = (slabs * oo_objects(s->oo)) / 2; in slabs_cpu_partial_show()
5672 objects = (slabs * oo_objects(s->oo)) / 2; in slabs_cpu_partial_show()
6400 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in slab_debug_trace_open()
6514 sinfo->objects_per_slab = oo_objects(s->oo); in get_slabinfo()