Searched refs:batchcount (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/mm/ | 
| D | slab.c | 187 	unsigned int batchcount;  member383 	.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()
 819 		n->free_limit = (1 + nr_cpus_node(node)) * cachep->batchcount +  in init_cache_node()
 835 		(1 + nr_cpus_node(node)) * cachep->batchcount + cachep->num;  in init_cache_node()
 890 			cachep->shared * cachep->batchcount, 0xbaadf00d, gfp);  in setup_kmem_cache_node()
 960 		n->free_limit -= cachep->batchcount;  in cpuup_canceled()
 1722 		struct kmem_cache *cachep, int entries, int batchcount)  in alloc_kmem_cache_cpus()  argument
 [all …]
 
 | 
| D | slab.h | 252 	unsigned int batchcount;  member
 | 
| D | slab_common.c | 1453 		   sinfo.limit, sinfo.batchcount, sinfo.shared);  in cache_show()
 | 
| /Linux-v5.4/include/linux/ | 
| D | slab_def.h | 15 	unsigned int batchcount;  member
 |