Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslab.c855 static inline void *____cache_alloc_node(struct kmem_cache *cachep, in ____cache_alloc_node() function
868 static void *____cache_alloc_node(struct kmem_cache *, gfp_t, int);
2990 return ____cache_alloc_node(cachep, flags, nid_alloc); in alternate_node_alloc()
3033 obj = ____cache_alloc_node(cache, in fallback_alloc()
3061 obj = ____cache_alloc_node(cache, in fallback_alloc()
3085 static void *____cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, in ____cache_alloc_node() function
3184 ptr = ____cache_alloc_node(cachep, flags, nodeid); in slab_alloc_node()
3218 objp = ____cache_alloc_node(cache, flags, numa_mem_id()); in __do_cache_alloc()