Searched refs:batchcount (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/mm/ |
D | slab.c | 192 unsigned int batchcount; member 461 .batchcount = 1, 673 ac->batchcount = batch; in init_arraycache() 679 int batchcount, gfp_t gfp) in alloc_arraycache() argument 685 init_arraycache(ac, entries, batchcount); in alloc_arraycache() 1083 cachep->batchcount + cachep->num; in init_cache_node_node() 1115 n->free_limit -= cachep->batchcount; in cpuup_canceled() 1190 cachep->shared * cachep->batchcount, in cpuup_prepare() 2002 struct kmem_cache *cachep, int entries, int batchcount) in alloc_kmem_cache_cpus() argument 2016 entries, batchcount); in alloc_kmem_cache_cpus() [all …]
|
D | slab.h | 154 unsigned int batchcount; member
|
D | slab_common.c | 998 sinfo.limit, sinfo.batchcount, sinfo.shared); in cache_show()
|
/linux-4.1.27/include/linux/ |
D | slab_def.h | 14 unsigned int batchcount; member
|
/linux-4.1.27/drivers/scsi/ |
D | u14-34f.c | 1589 static unsigned int flushcount = 0, batchcount = 0, sortcount = 0; in reorder() local 1596 " av %ldK as %ldK.\n", flushcount, batchcount, inputcount, in reorder() 1654 batchcount++; readycount += n_ready; seeknosort += seek / 1024; in reorder()
|
D | eata.c | 2110 static unsigned int flushcount = 0, batchcount = 0, sortcount = 0; in reorder() local 2117 " av %ldK as %ldK.\n", flushcount, batchcount, in reorder() 2199 batchcount++; in reorder()
|