Searched refs:oo_objects (Results 1 – 2 of 2) sorted by relevance
67 def oo_objects(s): function98 'objects_per_slab': oo_objects(s),211 for i in range(oo_objects(cache)):
412 static inline unsigned int oo_objects(struct kmem_cache_order_objects x) in oo_objects() function1781 unsigned int count = oo_objects(s->oo); in init_cache_random_seq()1851 freelist_count = oo_objects(s->oo); in shuffle_freelist()1921 page->objects = oo_objects(oo); in allocate_slab()4156 if (oo_objects(s->oo) > oo_objects(s->max)) in calculate_sizes()4159 return !!oo_objects(s->oo); in calculate_sizes()5039 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in validate_slab_cache()5361 return sysfs_emit(buf, "%u\n", oo_objects(s->oo)); in objs_per_slab_show()6125 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in slab_debug_trace_open()6235 sinfo->objects_per_slab = oo_objects(s->oo); in get_slabinfo()