Home
last modified time | relevance | path

Searched refs:ARCH_SLAB_MINALIGN (Results 1 – 11 of 11) sorted by relevance

/linux/arch/microblaze/include/asm/
H A Dcache.h24 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
/linux/arch/sparc/include/asm/
H A Dcache.h11 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
/linux/arch/arm/include/asm/
H A Dcache.h24 #define ARCH_SLAB_MINALIGN 8 macro
/linux/arch/riscv/include/asm/
H A Dcache.h24 #define ARCH_SLAB_MINALIGN 16 macro
/linux/include/linux/
H A Dslab.h518 * Setting ARCH_SLAB_MINALIGN in arch headers allows a different alignment.
522 #ifndef ARCH_SLAB_MINALIGN
523 #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)
/linux/arch/arc/include/asm/
H A Dcache.h58 * Default ARCH_SLAB_MINALIGN is __alignof__(long long) which has a relaxed
62 #define ARCH_SLAB_MINALIGN 8 macro
/linux/rust/
H A Dbindgen_parameters36 --blocklist-item ARCH_SLAB_MINALIGN
/linux/arch/xtensa/include/asm/
H A Dprocessor.h23 #define ARCH_SLAB_MINALIGN XTENSA_STACK_ALIGNMENT macro
/linux/include/crypto/
H A Dhash.h175 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN);
/linux/fs/bcachefs/
H A Drcu_pending.c230 BUILD_BUG_ON(ARCH_SLAB_MINALIGN == 0); in __process_finished_items()
/linux/fs/
H A Dbinfmt_flat.c66 #define FLAT_STACK_ALIGN max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN)