Home
last modified time | relevance | path

Searched refs:batchcount (Results 1 – 3 of 3) sorted by relevance

/mm/
Dslab.c192 unsigned int batchcount; member
452 .batchcount = 1,
650 ac->batchcount = batch; in init_arraycache()
656 int batchcount, gfp_t gfp) in alloc_arraycache() argument
670 init_arraycache(ac, entries, batchcount); in alloc_arraycache()
1071 cachep->batchcount + cachep->num; in init_cache_node_node()
1103 n->free_limit -= cachep->batchcount; in cpuup_canceled()
1178 cachep->shared * cachep->batchcount, in cpuup_prepare()
1993 struct kmem_cache *cachep, int entries, int batchcount) in alloc_kmem_cache_cpus() argument
2007 entries, batchcount); in alloc_kmem_cache_cpus()
[all …]
Dslab.h155 unsigned int batchcount; member
Dslab_common.c1112 sinfo.limit, sinfo.batchcount, sinfo.shared); in cache_show()