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