Searched refs:cache_order (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/rsxx/ |
H A D | rsxx_cfg.h | 33 __u32 cache_order; member
|
H A D | config.c | 25 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 D | slab.py | 315 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 D | slab.h | 188 unsigned int cache_order; member
|
H A D | slab_common.c | 958 sinfo.objects_per_slab, (1 << sinfo.cache_order)); in cache_show()
|
H A D | slab.c | 4041 sinfo->cache_order = cachep->gfporder; in get_slabinfo()
|
H A D | slub.c | 5762 sinfo->cache_order = oo_order(s->oo); in get_slabinfo()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slab.h | 382 unsigned int cache_order; member
|
H A D | slab_common.c | 1297 sinfo.objects_per_slab, (1 << sinfo.cache_order)); in cache_show()
|
H A D | slab.c | 3901 sinfo->cache_order = cachep->gfporder; in get_slabinfo()
|
H A D | slub.c | 6515 sinfo->cache_order = oo_order(s->oo); in get_slabinfo()
|
Completed in 32 milliseconds