Searched refs:__SLAB_FLAG_BIT (Results 1 – 3 of 3) sorted by relevance
68 #define __SLAB_FLAG_BIT(nr) ((slab_flags_t __force)(1U << (nr))) macro76 #define SLAB_CONSISTENCY_CHECKS __SLAB_FLAG_BIT(_SLAB_CONSISTENCY_CHECKS)78 #define SLAB_RED_ZONE __SLAB_FLAG_BIT(_SLAB_RED_ZONE)80 #define SLAB_POISON __SLAB_FLAG_BIT(_SLAB_POISON)82 #define SLAB_KMALLOC __SLAB_FLAG_BIT(_SLAB_KMALLOC)94 #define SLAB_HWCACHE_ALIGN __SLAB_FLAG_BIT(_SLAB_HWCACHE_ALIGN)96 #define SLAB_CACHE_DMA __SLAB_FLAG_BIT(_SLAB_CACHE_DMA)98 #define SLAB_CACHE_DMA32 __SLAB_FLAG_BIT(_SLAB_CACHE_DMA32)100 #define SLAB_STORE_USER __SLAB_FLAG_BIT(_SLAB_STORE_USER)102 #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)
296 #define __OBJECT_POISON __SLAB_FLAG_BIT(_SLAB_OBJECT_POISON)300 #define __CMPXCHG_DOUBLE __SLAB_FLAG_BIT(_SLAB_CMPXCHG_DOUBLE)