Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dslab.c185 struct array_cache { struct
199 struct array_cache ac;
393 static inline struct array_cache *cpu_cache_get(struct kmem_cache *cachep) in cpu_cache_get()
523 static void init_arraycache(struct array_cache *ac, int limit, int batch) in init_arraycache()
533 static struct array_cache *alloc_arraycache(int node, int entries, in alloc_arraycache()
536 size_t memsize = sizeof(void *) * entries + sizeof(struct array_cache); in alloc_arraycache()
537 struct array_cache *ac = NULL; in alloc_arraycache()
575 static int transfer_objects(struct array_cache *to, in transfer_objects()
576 struct array_cache *from, unsigned int max) in transfer_objects()
593 static __always_inline void __free_one(struct array_cache *ac, void *objp) in __free_one()
[all …]
H A Dslab.h609 struct array_cache *shared; /* shared per node */
/OK3568_Linux_fs/kernel/include/linux/
H A Dslab_def.h13 struct array_cache __percpu *cpu_cache;
/OK3568_Linux_fs/external/xserver/
H A DChangeLog168370 remove array_cache from everywhere
168409 The array_cache sources don't exist anymore in the Mesa tree,
168416 Remove array_cache for recent Mesa changes