Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/rsxx/
H A Drsxx_cfg.h33 __u32 cache_order; member
H A Dconfig.c25 cfg->data.cache_order = (-1); in initialize_config()
186 dev_dbg(CARD_TO_DEV(card), "cache_order: x%08x\n", in rsxx_load_config()
187 card->config.data.cache_order); in rsxx_load_config()
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dslab.py315 cache_order = oo_order(cache['oo'])
316 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)))
/kernel/linux/linux-5.10/mm/
H A Dslab.h188 unsigned int cache_order; member
H A Dslab_common.c958 sinfo.objects_per_slab, (1 << sinfo.cache_order)); in cache_show()
H A Dslab.c4041 sinfo->cache_order = cachep->gfporder; in get_slabinfo()
H A Dslub.c5762 sinfo->cache_order = oo_order(s->oo); in get_slabinfo()
/kernel/linux/linux-6.6/mm/
H A Dslab.h382 unsigned int cache_order; member
H A Dslab_common.c1297 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.c6515 sinfo->cache_order = oo_order(s->oo); in get_slabinfo()

Completed in 32 milliseconds