Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gdb/linux/
H A Dslab.py315 cache_order = oo_order(cache['oo'])
316 …str(active_objs), str(num_objs), str(cache['size']), str(objects_per_slab), str(1 << cache_order)))
/openbmc/linux/mm/
H A Dslab.h387 unsigned int cache_order; member
H A Dslab_common.c1278 sinfo.objects_per_slab, (1 << sinfo.cache_order)); in cache_show()
H A Dslab.c3901 sinfo->cache_order = cachep->gfporder; in get_slabinfo()
H A Dslub.c6522 sinfo->cache_order = oo_order(s->oo); in get_slabinfo()