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

/linux-master/scripts/gdb/linux/
H A Dslab.py314 cache_order = oo_order(cache['oo'])
315 gdb.write("{:18s} | {:20.19s} | {:12} | {:12} | {:8} | {:11} | {:13}\n".format(hex(cache), cache['name'].string(), str(active_objs), str(num_objs), str(cache['size']), str(objects_per_slab), str(1 << cache_order)))
/linux-master/mm/
H A Dslab.h495 unsigned int cache_order; member in struct:slabinfo
H A Dslab_common.c1075 sinfo.objects_per_slab, (1 << sinfo.cache_order));
H A Dslub.c7100 sinfo->cache_order = oo_order(s->oo);

Completed in 174 milliseconds