Searched refs:ARCH_SLAB_MINALIGN (Results 1 – 11 of 11) sorted by relevance
24 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
11 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
24 #define ARCH_SLAB_MINALIGN 8 macro
24 #define ARCH_SLAB_MINALIGN 16 macro
518 * Setting ARCH_SLAB_MINALIGN in arch headers allows a different alignment.522 #ifndef ARCH_SLAB_MINALIGN523 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro 529 * of two and >= ARCH_SLAB_MINALIGN.534 return ARCH_SLAB_MINALIGN; in arch_slab_minalign() 539 * kmem_cache_alloc and friends return pointers aligned to ARCH_SLAB_MINALIGN.541 * and ARCH_SLAB_MINALIGN, but here we only assume the former alignment.544 #define __assume_slab_alignment __assume_aligned(ARCH_SLAB_MINALIGN)
58 * Default ARCH_SLAB_MINALIGN is __alignof__(long long) which has a relaxed62 #define ARCH_SLAB_MINALIGN 8 macro
36 --blocklist-item ARCH_SLAB_MINALIGN
23 #define ARCH_SLAB_MINALIGN XTENSA_STACK_ALIGNMENT macro
175 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN);
230 BUILD_BUG_ON(ARCH_SLAB_MINALIGN == 0); in __process_finished_items()
66 #define FLAT_STACK_ALIGN max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN)