Lines Matching refs:cpu_cache
394 return this_cpu_ptr(cachep->cpu_cache); in cpu_cache_get()
973 nc = per_cpu_ptr(cachep->cpu_cache, cpu); in cpuup_canceled()
1736 struct array_cache __percpu *cpu_cache; in alloc_kmem_cache_cpus() local
1739 cpu_cache = __alloc_percpu(size, sizeof(void *)); in alloc_kmem_cache_cpus()
1741 if (!cpu_cache) in alloc_kmem_cache_cpus()
1745 init_arraycache(per_cpu_ptr(cpu_cache, cpu), in alloc_kmem_cache_cpus()
1749 return cpu_cache; in alloc_kmem_cache_cpus()
1757 cachep->cpu_cache = alloc_kmem_cache_cpus(cachep, 1, 1); in setup_cpu_cache()
1758 if (!cachep->cpu_cache) in setup_cpu_cache()
2266 free_percpu(cachep->cpu_cache); in __kmem_cache_release()
3802 struct array_cache __percpu *cpu_cache, *prev; in do_tune_cpucache() local
3805 cpu_cache = alloc_kmem_cache_cpus(cachep, limit, batchcount); in do_tune_cpucache()
3806 if (!cpu_cache) in do_tune_cpucache()
3809 prev = cachep->cpu_cache; in do_tune_cpucache()
3810 cachep->cpu_cache = cpu_cache; in do_tune_cpucache()