/kernel/linux/linux-5.10/mm/ |
H A D | slab.c | 187 unsigned int batchcount; member 383 .batchcount = 1, 527 ac->batchcount = batch; in init_arraycache() 533 int batchcount, gfp_t gfp) in alloc_arraycache() 547 init_arraycache(ac, entries, batchcount); in alloc_arraycache() 829 n->free_limit = (1 + nr_cpus_node(node)) * cachep->batchcount + in init_cache_node() 845 (1 + nr_cpus_node(node)) * cachep->batchcount + cachep->num; in init_cache_node() 900 cachep->shared * cachep->batchcount, 0xbaadf00d, gfp); in setup_kmem_cache_node() 970 n->free_limit -= cachep->batchcount; in cpuup_canceled() 1732 struct kmem_cache *cachep, int entries, int batchcount) in alloc_kmem_cache_cpus() 532 alloc_arraycache(int node, int entries, int batchcount, gfp_t gfp) alloc_arraycache() argument 1731 alloc_kmem_cache_cpus( struct kmem_cache *cachep, int entries, int batchcount) alloc_kmem_cache_cpus() argument 1746 entries, batchcount); alloc_kmem_cache_cpus() local 2877 alloc_block(struct kmem_cache *cachep, struct array_cache *ac, struct page *page, int batchcount) alloc_block() argument 2899 int batchcount; cache_alloc_refill() local 3367 int batchcount; cache_flusharray() local 3799 do_tune_cpucache(struct kmem_cache *cachep, int limit, int batchcount, int shared, gfp_t gfp) do_tune_cpucache() argument 3851 int batchcount = 0; enable_cpucache() local 4090 int limit, batchcount, shared, res; slabinfo_write() local [all...] |
H A D | slab.h | 185 unsigned int batchcount; member
|
H A D | slab_common.c | 924 seq_puts(m, " : tunables <limit> <batchcount> <sharedfactor>"); in print_slabinfo_header() 961 sinfo.limit, sinfo.batchcount, sinfo.shared); in cache_show()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slab.c | 188 unsigned int batchcount; member 383 .batchcount = 1, 527 ac->batchcount = batch; in init_arraycache() 533 int batchcount, gfp_t gfp) in alloc_arraycache() 547 init_arraycache(ac, entries, batchcount); in alloc_arraycache() 814 n->free_limit = (1 + nr_cpus_node(node)) * cachep->batchcount + in init_cache_node() 830 (1 + nr_cpus_node(node)) * cachep->batchcount + cachep->num; in init_cache_node() 885 cachep->shared * cachep->batchcount, 0xbaadf00d, gfp); in setup_kmem_cache_node() 955 n->free_limit -= cachep->batchcount; in cpuup_canceled() 1721 struct kmem_cache *cachep, int entries, int batchcount) in alloc_kmem_cache_cpus() 532 alloc_arraycache(int node, int entries, int batchcount, gfp_t gfp) alloc_arraycache() argument 1720 alloc_kmem_cache_cpus( struct kmem_cache *cachep, int entries, int batchcount) alloc_kmem_cache_cpus() argument 1735 entries, batchcount); alloc_kmem_cache_cpus() local 2837 alloc_block(struct kmem_cache *cachep, struct array_cache *ac, struct slab *slab, int batchcount) alloc_block() argument 2859 int batchcount; cache_alloc_refill() local 3300 int batchcount; cache_flusharray() local 3662 do_tune_cpucache(struct kmem_cache *cachep, int limit, int batchcount, int shared, gfp_t gfp) do_tune_cpucache() argument 3714 int batchcount = 0; enable_cpucache() local 3950 int limit, batchcount, shared, res; slabinfo_write() local [all...] |
H A D | slab.h | 379 unsigned int batchcount; member
|
H A D | slab_common.c | 1263 seq_puts(m, " : tunables <limit> <batchcount> <sharedfactor>"); in print_slabinfo_header() 1300 sinfo.limit, sinfo.batchcount, sinfo.shared); in cache_show()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | slab_def.h | 15 unsigned int batchcount; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | slab_def.h | 16 unsigned int batchcount; member
|