Lines Matching refs:slab_flags_t
26 #define SLAB_CONSISTENCY_CHECKS ((slab_flags_t __force)0x00000100U)
28 #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U)
30 #define SLAB_POISON ((slab_flags_t __force)0x00000800U)
32 #define SLAB_HWCACHE_ALIGN ((slab_flags_t __force)0x00002000U)
34 #define SLAB_CACHE_DMA ((slab_flags_t __force)0x00004000U)
36 #define SLAB_STORE_USER ((slab_flags_t __force)0x00010000U)
38 #define SLAB_PANIC ((slab_flags_t __force)0x00040000U)
77 #define SLAB_TYPESAFE_BY_RCU ((slab_flags_t __force)0x00080000U)
79 #define SLAB_MEM_SPREAD ((slab_flags_t __force)0x00100000U)
81 #define SLAB_TRACE ((slab_flags_t __force)0x00200000U)
85 # define SLAB_DEBUG_OBJECTS ((slab_flags_t __force)0x00400000U)
91 #define SLAB_NOLEAKTRACE ((slab_flags_t __force)0x00800000U)
95 # define SLAB_FAILSLAB ((slab_flags_t __force)0x02000000U)
101 # define SLAB_ACCOUNT ((slab_flags_t __force)0x04000000U)
107 #define SLAB_KASAN ((slab_flags_t __force)0x08000000U)
114 #define SLAB_RECLAIM_ACCOUNT ((slab_flags_t __force)0x00020000U)
141 unsigned int align, slab_flags_t flags,
145 slab_flags_t flags,