Searched refs:ARCH_KMALLOC_MINALIGN (Results 1 – 15 of 15) sorted by relevance
20 const ARCH_KMALLOC_MINALIGN: usize = bindings::ARCH_KMALLOC_MINALIGN; constant143 const MIN_ALIGN: usize = ARCH_KMALLOC_MINALIGN;234 const MIN_ALIGN: usize = ARCH_KMALLOC_MINALIGN;
534 #if ARCH_DMA_MINALIGN > 8 && !defined(ARCH_KMALLOC_MINALIGN)535 #define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN macro539 #ifndef ARCH_KMALLOC_MINALIGN540 #define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long) macro541 #elif ARCH_KMALLOC_MINALIGN > 8542 #define KMALLOC_MIN_SIZE ARCH_KMALLOC_MINALIGN572 #define __assume_kmalloc_alignment __assume_aligned(ARCH_KMALLOC_MINALIGN)
16 #define ARCH_KMALLOC_MINALIGN (8) macro
28 #define ARCH_KMALLOC_MINALIGN 16 /* ldcw requires 16-byte alignment */ macro
110 const size_t RUST_CONST_HELPER_ARCH_KMALLOC_MINALIGN = ARCH_KMALLOC_MINALIGN;
117 用 `kmalloc` 分配的块的地址至少要对齐到ARCH_KMALLOC_MINALIGN字节。对于2的幂的大小,
37 --blocklist-item ARCH_KMALLOC_MINALIGN
68 (NFT_PIPAPO_ALIGN - ARCH_KMALLOC_MINALIGN)
526 if (ARCH_KMALLOC_MINALIGN <= NFCT_INFOMASK) { in nf_ct_tmpl_alloc()554 if (ARCH_KMALLOC_MINALIGN <= NFCT_INFOMASK) in nf_ct_tmpl_free()
46 u8 tx __aligned(ARCH_KMALLOC_MINALIGN);
148 ARCH_KMALLOC_MINALIGN bytes. For sizes which are a power of two, the
2825 BUILD_BUG_ON(~(ARCH_KMALLOC_MINALIGN - 1) & in add_timeline_fence_array()2981 BUILD_BUG_ON(~(ARCH_KMALLOC_MINALIGN - 1) & in add_fence_array()
97 ARCH_KMALLOC_MINALIGN, in create_bio_slab()
381 return (unsigned long)buf & (ARCH_KMALLOC_MINALIGN - 1); in buffer_offset()
1783 aligned_size += ~(ARCH_KMALLOC_MINALIGN - 1) & in skcipher_edesc_alloc()