Name
kmem_cache_alloc —
Allocate an object
Synopsis
void * kmem_cache_alloc (
kmem_cache_t * cachep, gfp_t flags)
;
Arguments
cachep
The cache to allocate from.
flags
See kmalloc
.
Description
Allocate an object from this cache. The flags are only relevant
if the cache has no available objects.