Lines Matching refs:cpu_cache_get
392 static inline struct array_cache *cpu_cache_get(struct kmem_cache *cachep) in cpu_cache_get() function
1782 cpu_cache_get(cachep)->avail = 0; in setup_cpu_cache()
1783 cpu_cache_get(cachep)->limit = BOOT_CPUCACHE_ENTRIES; in setup_cpu_cache()
1784 cpu_cache_get(cachep)->batchcount = 1; in setup_cpu_cache()
1785 cpu_cache_get(cachep)->touched = 0; in setup_cpu_cache()
2154 ac = cpu_cache_get(cachep); in do_drain()
2909 ac = cpu_cache_get(cachep); in cache_alloc_refill()
2969 ac = cpu_cache_get(cachep); in cache_alloc_refill()
3036 ac = cpu_cache_get(cachep); in ____cache_alloc()
3051 ac = cpu_cache_get(cachep); in ____cache_alloc()
3433 struct array_cache *ac = cpu_cache_get(cachep); in ___cache_free()
3973 drain_array(searchp, n, cpu_cache_get(searchp), node); in cache_reap()