Lines Matching refs:ctor
169 if (s->ctor)
185 slab_flags_t flags, const char *name, void (*ctor)(void *))
192 if (ctor)
234 unsigned int usersize, void (*ctor)(void *),
251 s->ctor = ctor;
280 * @ctor: A constructor for the objects.
283 * The @ctor is run when new pages are allocated by the cache.
304 void (*ctor)(void *))
340 s = __kmem_cache_alias(name, size, align, flags, ctor);
352 flags, useroffset, usersize, ctor, NULL);
385 * @ctor: A constructor for the objects.
388 * The @ctor is run when new pages are allocated by the cache.
406 slab_flags_t flags, void (*ctor)(void *))
409 ctor);