Searched refs:ARCH_SLAB_MINALIGN (Results 1 – 13 of 13) sorted by relevance
11 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
24 #define ARCH_SLAB_MINALIGN 8 macro
220 #ifndef ARCH_SLAB_MINALIGN221 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro230 #define __assume_slab_alignment __assume_aligned(ARCH_SLAB_MINALIGN)
60 #define ARCH_SLAB_MINALIGN 8 macro
46 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
51 #define ARCH_SLAB_MINALIGN (1ULL << KASAN_SHADOW_SCALE_SHIFT) macro
472 int minalign = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in __do_kmalloc_node()548 int align = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in kfree()576 align = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in __ksize()
300 if (align < ARCH_SLAB_MINALIGN) in calculate_alignment()301 align = ARCH_SLAB_MINALIGN; in calculate_alignment()
3026 if (ARCH_SLAB_MINALIGN && in cache_alloc_debugcheck_after()3027 ((unsigned long)objp & (ARCH_SLAB_MINALIGN-1))) { in cache_alloc_debugcheck_after()3029 objp, (int)ARCH_SLAB_MINALIGN); in cache_alloc_debugcheck_after()
31 #define ARCH_SLAB_MINALIGN STACK_ALIGN macro
205 #define ARCH_SLAB_MINALIGN 8 macro
45 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
66 #define FLAT_STACK_ALIGN max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN)