Searched refs:batchcount (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/mm/ |
D | slab.c | 188 unsigned int batchcount; member 383 .batchcount = 1, 527 ac->batchcount = batch; in init_arraycache() 533 int batchcount, gfp_t gfp) in alloc_arraycache() argument 547 init_arraycache(ac, entries, batchcount); in alloc_arraycache() 814 n->free_limit = (1 + nr_cpus_node(node)) * cachep->batchcount + in init_cache_node() 830 (1 + nr_cpus_node(node)) * cachep->batchcount + cachep->num; in init_cache_node() 885 cachep->shared * cachep->batchcount, 0xbaadf00d, gfp); in setup_kmem_cache_node() 955 n->free_limit -= cachep->batchcount; in cpuup_canceled() 1721 struct kmem_cache *cachep, int entries, int batchcount) in alloc_kmem_cache_cpus() argument [all …]
|
D | slab.h | 379 unsigned int batchcount; member
|
D | slab_common.c | 1300 sinfo.limit, sinfo.batchcount, sinfo.shared); in cache_show()
|
/linux-6.6.21/include/linux/ |
D | slab_def.h | 16 unsigned int batchcount; member
|