oo_objects
unsigned int count = oo_objects(s->oo);
freelist_count = oo_objects(s->oo);
slab->objects = oo_objects(oo);
return !!oo_objects(s->oo);
obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL);
return sysfs_emit(buf, "%u\n", oo_objects(s->oo));
obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL);
sinfo->objects_per_slab = oo_objects(s->oo);