Searched refs:batchcount (Results 1 – 3 of 3) sorted by relevance
/mm/ |
D | slab.c | 192 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 …]
|
D | slab.h | 155 unsigned int batchcount; member
|
D | slab_common.c | 1112 sinfo.limit, sinfo.batchcount, sinfo.shared); in cache_show()
|