Searched refs:batchcount (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/mm/ |
D | slab.c | 192 unsigned int batchcount; member 462 .batchcount = 1, 674 ac->batchcount = batch; in init_arraycache() 680 int batchcount, gfp_t gfp) in alloc_arraycache() argument 686 init_arraycache(ac, entries, batchcount); in alloc_arraycache() 1084 cachep->batchcount + cachep->num; in init_cache_node_node() 1116 n->free_limit -= cachep->batchcount; in cpuup_canceled() 1191 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 | 1107 sinfo.limit, sinfo.batchcount, sinfo.shared); in cache_show()
|
/linux-4.4.14/include/linux/ |
D | slab_def.h | 14 unsigned int batchcount; member
|
/linux-4.4.14/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()
|