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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dslab_def.h197 extern void *kmem_cache_alloc_node_notrace(struct kmem_cache *cachep,
202 kmem_cache_alloc_node_notrace(struct kmem_cache *cachep, function
237 ret = kmem_cache_alloc_node_notrace(cachep, flags, node);
H A Dslub_def.h275 extern void *kmem_cache_alloc_node_notrace(struct kmem_cache *s,
280 kmem_cache_alloc_node_notrace(struct kmem_cache *s, function
299 ret = kmem_cache_alloc_node_notrace(s, flags, node);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslab.c3701 void *kmem_cache_alloc_node_notrace(struct kmem_cache *cachep, function
3708 EXPORT_SYMBOL(kmem_cache_alloc_node_notrace); variable
3720 ret = kmem_cache_alloc_node_notrace(cachep, flags, node);
H A Dslub.c1764 void *kmem_cache_alloc_node_notrace(struct kmem_cache *s, function
1770 EXPORT_SYMBOL(kmem_cache_alloc_node_notrace); variable

Completed in 118 milliseconds