Searched refs:oo_objects (Results 1 - 3 of 3) sorted by path

/linux-master/mm/
H A Dslub.c606 static inline unsigned int oo_objects(struct kmem_cache_order_objects x)
624 nr_slabs = DIV_ROUND_UP(nr_objects * 2, oo_objects(s->oo));
2198 unsigned int count = oo_objects(s->oo);
2268 freelist_count = oo_objects(s->oo);
2357 slab->objects = oo_objects(oo);
5088 return !!oo_objects(s->oo);
5803 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL);
6146 return sysfs_emit(buf, "%u\n", oo_objects(s->oo));
6255 objects = (slabs * oo_objects(s->oo)) / 2;
6265 objects = (slabs * oo_objects(
586 static inline unsigned int oo_objects(struct kmem_cache_order_objects x) function
[all...]
/linux-master/scripts/gdb/linux/
H A Dslab.py75 def oo_objects(x): function
166 obj_map[:] = [False] * oo_objects(cache['oo'])
195 obj_map = [False] * oo_objects(target_cache['oo'])
313 objects_per_slab = oo_objects(cache['oo'])
/linux-master/tools/cgroup/
H A Dmemcg_slabinfo.py67 def oo_objects(s): function
98 'objects_per_slab': oo_objects(s),
211 for i in range(oo_objects(cache)):

Completed in 184 milliseconds