Lines Matching refs:ctor
145 if (s->ctor)
163 slab_flags_t flags, const char *name, void (*ctor)(void *))
170 if (ctor)
212 unsigned int usersize, void (*ctor)(void *),
229 s->ctor = ctor;
258 * @ctor: A constructor for the objects.
261 * The @ctor is run when new pages are allocated by the cache.
282 void (*ctor)(void *))
330 s = __kmem_cache_alias(name, size, align, flags, ctor);
342 flags, useroffset, usersize, ctor, NULL);
372 * @ctor: A constructor for the objects.
375 * The @ctor is run when new pages are allocated by the cache.
393 slab_flags_t flags, void (*ctor)(void *))
396 ctor);