Home
last modified time | relevance | path

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

/linux-3.3/mm/
Dslab.c249 struct array_cache { struct
268 struct array_cache cache;
283 struct array_cache *shared; /* shared per node */
284 struct array_cache **alien; /* on other nodes */
637 struct array_cache **alc; in slab_set_lock_classes()
727 static inline struct array_cache *cpu_cache_get(struct kmem_cache *cachep) in cpu_cache_get()
929 static struct array_cache *alloc_arraycache(int node, int entries, in alloc_arraycache()
932 int memsize = sizeof(void *) * entries + sizeof(struct array_cache); in alloc_arraycache()
933 struct array_cache *nc = NULL; in alloc_arraycache()
960 static int transfer_objects(struct array_cache *to, in transfer_objects()
[all …]
/linux-3.3/include/linux/
Dslab_def.h93 struct array_cache *array[NR_CPUS];