Searched refs:kmem_cache_alloc_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.h141 extern void *kmem_cache_alloc_notrace(struct kmem_cache *cachep, gfp_t flags);
145 kmem_cache_alloc_notrace(struct kmem_cache *cachep, gfp_t flags) function
182 ret = kmem_cache_alloc_notrace(cachep, flags);
H A Dslub_def.h226 extern void *kmem_cache_alloc_notrace(struct kmem_cache *s, gfp_t gfpflags);
229 kmem_cache_alloc_notrace(struct kmem_cache *s, gfp_t gfpflags) function
260 ret = kmem_cache_alloc_notrace(s, flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslab.c3649 void *kmem_cache_alloc_notrace(struct kmem_cache *cachep, gfp_t flags) function
3653 EXPORT_SYMBOL(kmem_cache_alloc_notrace); variable
H A Dslub.c1743 void *kmem_cache_alloc_notrace(struct kmem_cache *s, gfp_t gfpflags) function
1747 EXPORT_SYMBOL(kmem_cache_alloc_notrace); variable

Completed in 71 milliseconds