Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dslab.c196 struct alien_cache { struct
638 static inline struct alien_cache **alloc_alien_cache(int node, in alloc_alien_cache()
644 static inline void free_alien_cache(struct alien_cache **ac_ptr) in free_alien_cache()
675 static struct alien_cache *__alloc_alien_cache(int node, int entries, in __alloc_alien_cache()
678 size_t memsize = sizeof(void *) * entries + sizeof(struct alien_cache); in __alloc_alien_cache()
679 struct alien_cache *alc = NULL; in __alloc_alien_cache()
687 static struct alien_cache **alloc_alien_cache(int node, int limit, gfp_t gfp) in alloc_alien_cache()
689 struct alien_cache **alc_ptr; in alloc_alien_cache()
713 static void free_alien_cache(struct alien_cache **alc_ptr) in free_alien_cache()
754 struct alien_cache *alc = n->alien[node]; in reap_alien()
[all …]
Dslab.h468 struct alien_cache **alien; /* on other nodes */