Home
last modified time | relevance | path

Searched refs:cpu_cache_get (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/mm/
Dslab.c434 static inline struct array_cache *cpu_cache_get(struct kmem_cache *cachep) in cpu_cache_get() function
1861 cpu_cache_get(cachep)->avail = 0; in setup_cpu_cache()
1862 cpu_cache_get(cachep)->limit = BOOT_CPUCACHE_ENTRIES; in setup_cpu_cache()
1863 cpu_cache_get(cachep)->batchcount = 1; in setup_cpu_cache()
1864 cpu_cache_get(cachep)->touched = 0; in setup_cpu_cache()
2222 ac = cpu_cache_get(cachep); in do_drain()
2990 ac = cpu_cache_get(cachep); in cache_alloc_refill()
3050 ac = cpu_cache_get(cachep); in cache_alloc_refill()
3117 ac = cpu_cache_get(cachep); in ____cache_alloc()
3132 ac = cpu_cache_get(cachep); in ____cache_alloc()
[all …]