Searched refs:__SLAB_FLAG_BIT (Results 1 – 3 of 3) sorted by relevance
66 #define __SLAB_FLAG_BIT(nr) ((slab_flags_t __force)(1U << (nr))) macro74 #define SLAB_CONSISTENCY_CHECKS __SLAB_FLAG_BIT(_SLAB_CONSISTENCY_CHECKS)76 #define SLAB_RED_ZONE __SLAB_FLAG_BIT(_SLAB_RED_ZONE)78 #define SLAB_POISON __SLAB_FLAG_BIT(_SLAB_POISON)80 #define SLAB_KMALLOC __SLAB_FLAG_BIT(_SLAB_KMALLOC)92 #define SLAB_HWCACHE_ALIGN __SLAB_FLAG_BIT(_SLAB_HWCACHE_ALIGN)94 #define SLAB_CACHE_DMA __SLAB_FLAG_BIT(_SLAB_CACHE_DMA)96 #define SLAB_CACHE_DMA32 __SLAB_FLAG_BIT(_SLAB_CACHE_DMA32)98 #define SLAB_STORE_USER __SLAB_FLAG_BIT(_SLAB_STORE_USER)100 #define SLAB_PANIC __SLAB_FLAG_BIT(_SLAB_PANIC)[all …]
21 #define __SLAB_FLAG_BIT(nr) ((unsigned int __force)(1U << (nr))) macro24 #define SLAB_HWCACHE_ALIGN __SLAB_FLAG_BIT(_SLAB_HWCACHE_ALIGN)25 #define SLAB_PANIC __SLAB_FLAG_BIT(_SLAB_PANIC)26 #define SLAB_TYPESAFE_BY_RCU __SLAB_FLAG_BIT(_SLAB_TYPESAFE_BY_RCU)28 # define SLAB_ACCOUNT __SLAB_FLAG_BIT(_SLAB_ACCOUNT)
326 #define __OBJECT_POISON __SLAB_FLAG_BIT(_SLAB_OBJECT_POISON)330 #define __CMPXCHG_DOUBLE __SLAB_FLAG_BIT(_SLAB_CMPXCHG_DOUBLE)