Searched refs:kmem_cache_alloc_noprof (Results 1 – 5 of 5) sorted by relevance
710 void *kmem_cache_alloc_noprof(struct kmem_cache *cachep,712 #define kmem_cache_alloc(...) alloc_hooks(kmem_cache_alloc_noprof(__VA_ARGS__))
559 return kmem_cache_alloc_noprof(mem, gfp_mask); in mempool_alloc_slab()
471 object = kmem_cache_alloc_noprof(object_cache, in mem_pool_alloc()960 area = kmem_cache_alloc_noprof(scan_area_cache, in add_scan_area()
4139 void *kmem_cache_alloc_noprof(struct kmem_cache *s, gfp_t gfpflags) in kmem_cache_alloc_noprof() function4148 EXPORT_SYMBOL(kmem_cache_alloc_noprof);
921 req = kmem_cache_alloc_noprof(ops->slab, GFP_ATOMIC | __GFP_NOWARN); in reqsk_alloc_noprof()