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()
1738 struct array_cache __percpu *cpu_cache; in alloc_kmem_cache_cpus() local
1741 cpu_cache = __alloc_percpu(size, sizeof(void *)); in alloc_kmem_cache_cpus()
1743 if (!cpu_cache) in alloc_kmem_cache_cpus()
1747 init_arraycache(per_cpu_ptr(cpu_cache, cpu), in alloc_kmem_cache_cpus()
1751 return cpu_cache; in alloc_kmem_cache_cpus()
1759 cachep->cpu_cache = alloc_kmem_cache_cpus(cachep, 1, 1); in setup_cpu_cache()
1760 if (!cachep->cpu_cache) in setup_cpu_cache()
2268 free_percpu(cachep->cpu_cache); in __kmem_cache_release()
3848 struct array_cache __percpu *cpu_cache, *prev; in do_tune_cpucache() local
3851 cpu_cache = alloc_kmem_cache_cpus(cachep, limit, batchcount); in do_tune_cpucache()
3852 if (!cpu_cache) in do_tune_cpucache()
3855 prev = cachep->cpu_cache; in do_tune_cpucache()
3856 cachep->cpu_cache = cpu_cache; in do_tune_cpucache()