Searched refs:array_cache (Results 1 – 3 of 3) sorted by relevance
189 struct array_cache { struct207 struct array_cache ac;233 struct array_cache cache;473 static inline struct array_cache *cpu_cache_get(struct kmem_cache *cachep) in cpu_cache_get()661 static void init_arraycache(struct array_cache *ac, int limit, int batch) in init_arraycache()679 static struct array_cache *alloc_arraycache(int node, int entries, in alloc_arraycache()682 size_t memsize = sizeof(void *) * entries + sizeof(struct array_cache); in alloc_arraycache()683 struct array_cache *ac = NULL; in alloc_arraycache()697 struct array_cache *ac) in recheck_pfmemalloc_active()724 static void *__ac_get_obj(struct kmem_cache *cachep, struct array_cache *ac, in __ac_get_obj()[all …]
336 struct array_cache *shared; /* shared per node */
11 struct array_cache __percpu *cpu_cache;