Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dslab.c854 static inline void *____cache_alloc_node(struct kmem_cache *cachep, in ____cache_alloc_node() function
867 static void *____cache_alloc_node(struct kmem_cache *, gfp_t, int);
2999 return ____cache_alloc_node(cachep, flags, nid_alloc); in alternate_node_alloc()
3042 obj = ____cache_alloc_node(cache, in fallback_alloc()
3070 obj = ____cache_alloc_node(cache, in fallback_alloc()
3094 static void *____cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, in ____cache_alloc_node() function
3193 ptr = ____cache_alloc_node(cachep, flags, nodeid); in slab_alloc_node()
3227 objp = ____cache_alloc_node(cache, flags, numa_mem_id()); in __do_cache_alloc()