Lines Matching refs:ctor
1459 if (cachep->ctor) in kmem_getpages()
1913 void (*ctor)(void *)) in kmem_cache_flags()
1920 unsigned long flags, void (*ctor)(void *)) in __kmem_cache_alias()
1924 cachep = find_mergeable(size, align, flags, name, ctor); in __kmem_cache_alias()
1944 if (cachep->ctor || flags & SLAB_DESTROY_BY_RCU) in set_objfreelist_slab_cache()
2448 if (cachep->ctor && !(cachep->flags & SLAB_POISON)) { in cache_init_objs_debug()
2451 cachep->ctor(objp + obj_offset(cachep)); in cache_init_objs_debug()
2604 if (DEBUG == 0 && cachep->ctor) { in cache_init_objs()
2606 cachep->ctor(objp); in cache_init_objs()
3112 if (cachep->ctor && cachep->flags & SLAB_POISON) in cache_alloc_debugcheck_after()
3113 cachep->ctor(objp); in cache_alloc_debugcheck_after()