Searched refs:kc_constructor (Results 1 – 2 of 2) sorted by relevance
147 return (cache->kc_constructor(mem, cache->kc_private, flags)); in kmem_std_constructor()169 cache->kc_constructor = constructor; in kmem_cache_create()202 if (p != NULL && cache->kc_constructor != NULL) in kmem_cache_alloc()
65 int (*kc_constructor)(void *, void *, int); member