Searched +path:include +path:slab +path:. +path:h +refs:kmem_cache_alloc (Results 1 – 1 of 1) sorted by relevance
290 void *kmem_cache_alloc(struct kmem_cache *, gfp_t flags);304 return kmem_cache_alloc(s, flags); in kmem_cache_alloc_node()329 void *ret = kmem_cache_alloc(s, flags); in kmem_cache_alloc_trace()573 return kmem_cache_alloc(k, flags | __GFP_ZERO); in kmem_cache_zalloc()