Lines Matching refs:cpu_cache
394 return this_cpu_ptr(cachep->cpu_cache); in cpu_cache_get()
963 nc = per_cpu_ptr(cachep->cpu_cache, cpu); in cpuup_canceled()
1726 struct array_cache __percpu *cpu_cache; in alloc_kmem_cache_cpus() local
1729 cpu_cache = __alloc_percpu(size, sizeof(void *)); in alloc_kmem_cache_cpus()
1731 if (!cpu_cache) in alloc_kmem_cache_cpus()
1735 init_arraycache(per_cpu_ptr(cpu_cache, cpu), in alloc_kmem_cache_cpus()
1739 return cpu_cache; in alloc_kmem_cache_cpus()
1747 cachep->cpu_cache = alloc_kmem_cache_cpus(cachep, 1, 1); in setup_cpu_cache()
1748 if (!cachep->cpu_cache) in setup_cpu_cache()
2268 free_percpu(cachep->cpu_cache); in __kmem_cache_release()
3801 struct array_cache __percpu *cpu_cache, *prev; in __do_tune_cpucache() local
3804 cpu_cache = alloc_kmem_cache_cpus(cachep, limit, batchcount); in __do_tune_cpucache()
3805 if (!cpu_cache) in __do_tune_cpucache()
3808 prev = cachep->cpu_cache; in __do_tune_cpucache()
3809 cachep->cpu_cache = cpu_cache; in __do_tune_cpucache()