Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dslab.c1771 cpu_cache_get(cachep)->avail = 0; in setup_cpu_cache()
1772 cpu_cache_get(cachep)->limit = BOOT_CPUCACHE_ENTRIES; in setup_cpu_cache()
1773 cpu_cache_get(cachep)->batchcount = 1; in setup_cpu_cache()
1774 cpu_cache_get(cachep)->touched = 0; in setup_cpu_cache()
2134 ac = cpu_cache_get(cachep); in do_drain()
2869 ac = cpu_cache_get(cachep); in cache_alloc_refill()
2929 ac = cpu_cache_get(cachep); in cache_alloc_refill()
2989 ac = cpu_cache_get(cachep); in ____cache_alloc()
3004 ac = cpu_cache_get(cachep); in ____cache_alloc()
3384 struct array_cache *ac = cpu_cache_get(cachep); in ___cache_free()
[all …]