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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dslab_def.h101 return kmem_cache_alloc_node(malloc_sizes[i].cs_dmacachep,
104 return kmem_cache_alloc_node(malloc_sizes[i].cs_cachep,
H A Dslab.h67 extern void *kmem_cache_alloc_node(struct kmem_cache *, gfp_t flags, int node);
69 static inline void *kmem_cache_alloc_node(struct kmem_cache *cachep, function
H A Dslub_def.h211 return kmem_cache_alloc_node(s, flags, node);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dcfq-iosched.c1252 cic = kmem_cache_alloc_node(cfq_ioc_pool, gfp_mask, cfqd->queue->node);
1380 new_cfqq = kmem_cache_alloc_node(cfq_pool, gfp_mask|__GFP_NOFAIL, cfqd->queue->node);
1384 cfqq = kmem_cache_alloc_node(cfq_pool, gfp_mask, cfqd->queue->node);
H A Dll_rw_blk.c1845 q = kmem_cache_alloc_node(requestq_cachep, gfp_mask, node_id);
3802 ret = kmem_cache_alloc_node(iocontext_cachep, gfp_flags, node);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslub.c1512 void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t gfpflags, int node) function
1516 EXPORT_SYMBOL(kmem_cache_alloc_node); variable
1854 n = kmem_cache_alloc_node(kmalloc_caches,
H A Dslab.c2583 slabp = kmem_cache_alloc_node(cachep->slabp_cache,
3335 * kmem_cache_alloc_node - Allocate an object on the specified node
3636 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t flags, int nodeid) function
3641 EXPORT_SYMBOL(kmem_cache_alloc_node); variable
3651 return kmem_cache_alloc_node(cachep, flags, node);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dskbuff.c160 skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node);

Completed in 104 milliseconds