Home
last modified time | relevance | path

Searched refs:oo_objects (Results 1 – 3 of 3) sorted by relevance

/linux/tools/cgroup/
H A Dmemcg_slabinfo.py67 def oo_objects(s): function
98 'objects_per_slab': oo_objects(s),
210 for i in range(oo_objects(cache)):
/linux/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/mm/
H A Dslub.c595 static inline unsigned int oo_objects(struct kmem_cache_order_objects x) in oo_objects() function
3309 unsigned int count = oo_objects(s->oo); in init_cache_random_seq()
3382 freelist_count = oo_objects(s->oo); in shuffle_freelist()
3495 slab->objects = oo_objects(oo); in allocate_slab()
7814 return !!oo_objects(s->oo); in calculate_sizes()
8610 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in validate_slab_cache()
8912 return sysfs_emit(buf, "%u\n", oo_objects(s->oo)); in objs_per_slab_show()
9725 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in slab_debug_trace_open()
9836 sinfo->objects_per_slab = oo_objects(s->oo); in get_slabinfo()