Home
last modified time | relevance | path

Searched refs:ARCH_KMALLOC_MINALIGN (Results 1 – 21 of 21) sorted by relevance

/linux-6.3-rc2/drivers/usb/core/
A Dbuffer.c39 if (ARCH_KMALLOC_MINALIGN <= 32) in usb_init_pool_max()
41 else if (ARCH_KMALLOC_MINALIGN <= 64) in usb_init_pool_max()
43 else if (ARCH_KMALLOC_MINALIGN <= 128) in usb_init_pool_max()
/linux-6.3-rc2/mm/
A Dslob.c484 minalign = max_t(unsigned int, ARCH_KMALLOC_MINALIGN, in __do_kmalloc_node()
551 ARCH_KMALLOC_MINALIGN, in kfree()
576 return ALIGN(size, ARCH_KMALLOC_MINALIGN); in kmalloc_size_roundup()
596 align = max_t(unsigned int, ARCH_KMALLOC_MINALIGN, in __ksize()
745 .align = ARCH_KMALLOC_MINALIGN,
A Dslab_common.c635 unsigned int align = ARCH_KMALLOC_MINALIGN; in create_boot_cache()
/linux-6.3-rc2/include/linux/
A Dslab.h240 #define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN macro
244 #define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long) macro
273 #define __assume_kmalloc_alignment __assume_aligned(ARCH_KMALLOC_MINALIGN)
A Dcrypto.h170 #define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dmemory-allocation.rst117 用 `kmalloc` 分配的块的地址至少要对齐到ARCH_KMALLOC_MINALIGN字节。对于2的幂的大小,
/linux-6.3-rc2/net/netfilter/
A Dnft_set_pipapo.h71 (NFT_PIPAPO_ALIGN - ARCH_KMALLOC_MINALIGN)
A Dnf_conntrack_core.c533 if (ARCH_KMALLOC_MINALIGN <= NFCT_INFOMASK) { in nf_ct_tmpl_alloc()
563 if (ARCH_KMALLOC_MINALIGN <= NFCT_INFOMASK) in nf_ct_tmpl_free()
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_managed.c55 u8 __aligned(ARCH_KMALLOC_MINALIGN) data[];
A Ddrm_format_helper.c96 size_t stmp_off = round_up(dbuf_len, ARCH_KMALLOC_MINALIGN); /* for sbuf alignment */ in __drm_fb_xfrm_toio()
/linux-6.3-rc2/drivers/fpga/
A Dmicrochip-spi.c46 u8 tx __aligned(ARCH_KMALLOC_MINALIGN);
/linux-6.3-rc2/include/linux/iio/
A Diio.h725 #define IIO_DMA_MINALIGN ARCH_KMALLOC_MINALIGN
/linux-6.3-rc2/Documentation/core-api/
A Dmemory-allocation.rst147 ARCH_KMALLOC_MINALIGN bytes. For sizes which are a power of two, the
/linux-6.3-rc2/drivers/spi/
A Dspidev.c240 unsigned int len_aligned = ALIGN(u_tmp->len, ARCH_KMALLOC_MINALIGN); in spidev_message()
/linux-6.3-rc2/drivers/base/
A Ddevres.c35 u8 __aligned(ARCH_KMALLOC_MINALIGN) data[];
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/
A Di915_gem_execbuffer.c2823 BUILD_BUG_ON(~(ARCH_KMALLOC_MINALIGN - 1) & in add_timeline_fence_array()
2979 BUILD_BUG_ON(~(ARCH_KMALLOC_MINALIGN - 1) & in add_fence_array()
/linux-6.3-rc2/block/
A Dbio.c95 ARCH_KMALLOC_MINALIGN, in create_bio_slab()
/linux-6.3-rc2/drivers/usb/misc/
A Dusbtest.c381 return (unsigned long)buf & (ARCH_KMALLOC_MINALIGN - 1); in buffer_offset()
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dmr.c1764 add_size = max_t(int, MLX5_UMR_ALIGN - ARCH_KMALLOC_MINALIGN, 0); in mlx5_alloc_priv_descs()
/linux-6.3-rc2/drivers/crypto/caam/
A Dcaamalg.c1698 aligned_size += ~(ARCH_KMALLOC_MINALIGN - 1) & in skcipher_edesc_alloc()
/linux-6.3-rc2/drivers/md/
A Ddm-crypt.c3255 ARCH_KMALLOC_MINALIGN); in crypt_ctr()

Completed in 68 milliseconds