Lines Matching refs:slab_flags_t
27 #define SLAB_CONSISTENCY_CHECKS ((slab_flags_t __force)0x00000100U)
29 #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U)
31 #define SLAB_POISON ((slab_flags_t __force)0x00000800U)
33 #define SLAB_HWCACHE_ALIGN ((slab_flags_t __force)0x00002000U)
35 #define SLAB_CACHE_DMA ((slab_flags_t __force)0x00004000U)
37 #define SLAB_CACHE_DMA32 ((slab_flags_t __force)0x00008000U)
39 #define SLAB_STORE_USER ((slab_flags_t __force)0x00010000U)
41 #define SLAB_PANIC ((slab_flags_t __force)0x00040000U)
80 #define SLAB_TYPESAFE_BY_RCU ((slab_flags_t __force)0x00080000U)
82 #define SLAB_MEM_SPREAD ((slab_flags_t __force)0x00100000U)
84 #define SLAB_TRACE ((slab_flags_t __force)0x00200000U)
88 # define SLAB_DEBUG_OBJECTS ((slab_flags_t __force)0x00400000U)
94 #define SLAB_NOLEAKTRACE ((slab_flags_t __force)0x00800000U)
98 # define SLAB_FAILSLAB ((slab_flags_t __force)0x02000000U)
104 # define SLAB_ACCOUNT ((slab_flags_t __force)0x04000000U)
110 #define SLAB_KASAN ((slab_flags_t __force)0x08000000U)
117 #define SLAB_RECLAIM_ACCOUNT ((slab_flags_t __force)0x00020000U)
121 #define SLAB_DEACTIVATED ((slab_flags_t __force)0x10000000U)
148 unsigned int align, slab_flags_t flags,
152 slab_flags_t flags,