Home
last modified time | relevance | path

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

/linux-3.3/mm/
Dslab.c1002 static inline void *____cache_alloc_node(struct kmem_cache *cachep, in ____cache_alloc_node() function
1010 static void *____cache_alloc_node(struct kmem_cache *, gfp_t, int);
3294 return ____cache_alloc_node(cachep, flags, nid_alloc); in alternate_node_alloc()
3334 obj = ____cache_alloc_node(cache, in fallback_alloc()
3360 obj = ____cache_alloc_node(cache, in fallback_alloc()
3382 static void *____cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, in ____cache_alloc_node() function
3492 ptr = ____cache_alloc_node(cachep, flags, nodeid); in __cache_alloc_node()
3525 objp = ____cache_alloc_node(cache, flags, numa_mem_id()); in __do_cache_alloc()