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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c754 static inline struct array_cache *cpu_cache_get(struct kmem_cache *cachep) function
1524 BUG_ON(cpu_cache_get(&cache_cache) != &initarray_cache.cache);
1525 memcpy(ptr, cpu_cache_get(&cache_cache),
1538 BUG_ON(cpu_cache_get(malloc_sizes[INDEX_AC].cs_cachep)
1540 memcpy(ptr, cpu_cache_get(malloc_sizes[INDEX_AC].cs_cachep),
1588 * cpu_cache_get for all new cpus
2078 cpu_cache_get(cachep)->avail = 0;
2079 cpu_cache_get(cachep)->limit = BOOT_CPUCACHE_ENTRIES;
2080 cpu_cache_get(cachep)->batchcount = 1;
2081 cpu_cache_get(cache
[all...]

Completed in 48 milliseconds