Lines Matching refs:cpu_cache_get
473 static inline struct array_cache *cpu_cache_get(struct kmem_cache *cachep) in cpu_cache_get() function
2043 cpu_cache_get(cachep)->avail = 0; in setup_cpu_cache()
2044 cpu_cache_get(cachep)->limit = BOOT_CPUCACHE_ENTRIES; in setup_cpu_cache()
2045 cpu_cache_get(cachep)->batchcount = 1; in setup_cpu_cache()
2046 cpu_cache_get(cachep)->touched = 0; in setup_cpu_cache()
2332 ac = cpu_cache_get(cachep); in do_drain()
2772 ac = cpu_cache_get(cachep); in cache_alloc_refill()
2843 ac = cpu_cache_get(cachep); in cache_alloc_refill()
2936 ac = cpu_cache_get(cachep); in ____cache_alloc()
2958 ac = cpu_cache_get(cachep); in ____cache_alloc()
3369 struct array_cache *ac = cpu_cache_get(cachep); in __cache_free()
3888 drain_array(searchp, n, cpu_cache_get(searchp), 0, node); in cache_reap()