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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c1008 static inline void *____cache_alloc_node(struct kmem_cache *cachep, function
1016 static void *____cache_alloc_node(struct kmem_cache *, gfp_t, int);
3193 return ____cache_alloc_node(cachep, flags, nid_alloc);
3231 obj = ____cache_alloc_node(cache,
3254 obj = ____cache_alloc_node(cache,
3275 static void *____cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, function
3380 ptr = ____cache_alloc_node(cachep, flags, nodeid);
3402 * ____cache_alloc_node() knows how to locate memory on other nodes
3405 objp = ____cache_alloc_node(cache, flags, numa_node_id());

Completed in 55 milliseconds