Home
last modified time | relevance | path

Searched refs:cache_order (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/gdb/linux/
H A Dslab.py314 cache_order = oo_order(cache['oo'])
315 …str(active_objs), str(num_objs), str(cache['size']), str(objects_per_slab), str(1 << cache_order)))
/linux/mm/
H A Dslab.h458 unsigned int cache_order; member
H A Dslab_common.c1118 sinfo.objects_per_slab, (1 << sinfo.cache_order)); in cache_show()
H A Dslub.c10106 sinfo->cache_order = oo_order(s->oo);