Lines Matching refs:cpu_cache
395 return this_cpu_ptr(cachep->cpu_cache); in cpu_cache_get()
974 nc = per_cpu_ptr(cachep->cpu_cache, cpu); in cpuup_canceled()
1737 struct array_cache __percpu *cpu_cache; in alloc_kmem_cache_cpus() local
1740 cpu_cache = __alloc_percpu(size, sizeof(void *)); in alloc_kmem_cache_cpus()
1742 if (!cpu_cache) in alloc_kmem_cache_cpus()
1746 init_arraycache(per_cpu_ptr(cpu_cache, cpu), in alloc_kmem_cache_cpus()
1750 return cpu_cache; in alloc_kmem_cache_cpus()
1758 cachep->cpu_cache = alloc_kmem_cache_cpus(cachep, 1, 1); in setup_cpu_cache()
1759 if (!cachep->cpu_cache) in setup_cpu_cache()
2267 free_percpu(cachep->cpu_cache); in __kmem_cache_release()
3825 struct array_cache __percpu *cpu_cache, *prev; in do_tune_cpucache() local
3828 cpu_cache = alloc_kmem_cache_cpus(cachep, limit, batchcount); in do_tune_cpucache()
3829 if (!cpu_cache) in do_tune_cpucache()
3832 prev = cachep->cpu_cache; in do_tune_cpucache()
3833 cachep->cpu_cache = cpu_cache; in do_tune_cpucache()