Searched refs:kmem_cache_alloc_noprof (Results 1 – 4 of 4) sorted by relevance
587 return kmem_cache_alloc_noprof(mem, gfp_mask); in mempool_alloc_slab()
483 object = kmem_cache_alloc_noprof(object_cache, in mem_pool_alloc()1003 area = kmem_cache_alloc_noprof(scan_area_cache, in add_scan_area()
4245 void *kmem_cache_alloc_noprof(struct kmem_cache *s, gfp_t gfpflags) in kmem_cache_alloc_noprof() function4254 EXPORT_SYMBOL(kmem_cache_alloc_noprof);
893 req = kmem_cache_alloc_noprof(ops->slab, GFP_ATOMIC | __GFP_NOWARN); in reqsk_alloc_noprof()