Searched refs:SLAB_CTOR_CONSTRUCTOR (Results 1 – 11 of 11) sorted by relevance
26 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_once()27 SLAB_CTOR_CONSTRUCTOR) in init_once()
270 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_once()271 SLAB_CTOR_CONSTRUCTOR) in init_once()
1244 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_buffer_head()1245 SLAB_CTOR_CONSTRUCTOR) in init_buffer_head()
173 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_once()174 SLAB_CTOR_CONSTRUCTOR) in init_once()
188 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) != in init_once()189 SLAB_CTOR_CONSTRUCTOR) in init_once()
44 #define SLAB_CTOR_CONSTRUCTOR 0x001UL /* if not set, then deconstructor */ macro
485 if ((flags & (SLAB_CTOR_VERIFY | SLAB_CTOR_CONSTRUCTOR)) == in init_once()486 SLAB_CTOR_CONSTRUCTOR) { in init_once()
106 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_once()107 SLAB_CTOR_CONSTRUCTOR) { in init_once()
468 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == SLAB_CTOR_CONSTRUCTOR) { in init_once()
345 if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == in init_once()346 SLAB_CTOR_CONSTRUCTOR) { in init_once()
1132 ctor_flags = SLAB_CTOR_CONSTRUCTOR; in kmem_cache_grow()1433 cachep->ctor(objp, cachep, SLAB_CTOR_CONSTRUCTOR|SLAB_CTOR_VERIFY); in kmem_cache_free_one()