Home
last modified time | relevance | path

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

/mm/
Dslab.c264 struct array_cache { struct
283 struct array_cache cache;
298 struct array_cache *shared; /* shared per node */
299 struct array_cache **alien; /* on other nodes */
383 struct array_cache *array[NR_CPUS];
701 struct array_cache **alc; in init_lock_keys()
759 static inline struct array_cache *cpu_cache_get(struct kmem_cache *cachep) in cpu_cache_get()
951 static struct array_cache *alloc_arraycache(int node, int entries, in alloc_arraycache()
954 int memsize = sizeof(void *) * entries + sizeof(struct array_cache); in alloc_arraycache()
955 struct array_cache *nc = NULL; in alloc_arraycache()
[all …]