Searched refs:ARCH_KMALLOC_MINALIGN (Results 1 – 21 of 21) sorted by relevance
/linux-6.3-rc2/drivers/usb/core/ |
A D | buffer.c | 39 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 D | slob.c | 484 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 D | slab_common.c | 635 unsigned int align = ARCH_KMALLOC_MINALIGN; in create_boot_cache()
|
/linux-6.3-rc2/include/linux/ |
A D | slab.h | 240 #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 D | crypto.h | 170 #define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN
|
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | memory-allocation.rst | 117 用 `kmalloc` 分配的块的地址至少要对齐到ARCH_KMALLOC_MINALIGN字节。对于2的幂的大小,
|
/linux-6.3-rc2/net/netfilter/ |
A D | nft_set_pipapo.h | 71 (NFT_PIPAPO_ALIGN - ARCH_KMALLOC_MINALIGN)
|
A D | nf_conntrack_core.c | 533 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 D | drm_managed.c | 55 u8 __aligned(ARCH_KMALLOC_MINALIGN) data[];
|
A D | drm_format_helper.c | 96 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 D | microchip-spi.c | 46 u8 tx __aligned(ARCH_KMALLOC_MINALIGN);
|
/linux-6.3-rc2/include/linux/iio/ |
A D | iio.h | 725 #define IIO_DMA_MINALIGN ARCH_KMALLOC_MINALIGN
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | memory-allocation.rst | 147 ARCH_KMALLOC_MINALIGN bytes. For sizes which are a power of two, the
|
/linux-6.3-rc2/drivers/spi/ |
A D | spidev.c | 240 unsigned int len_aligned = ALIGN(u_tmp->len, ARCH_KMALLOC_MINALIGN); in spidev_message()
|
/linux-6.3-rc2/drivers/base/ |
A D | devres.c | 35 u8 __aligned(ARCH_KMALLOC_MINALIGN) data[];
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_execbuffer.c | 2823 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 D | bio.c | 95 ARCH_KMALLOC_MINALIGN, in create_bio_slab()
|
/linux-6.3-rc2/drivers/usb/misc/ |
A D | usbtest.c | 381 return (unsigned long)buf & (ARCH_KMALLOC_MINALIGN - 1); in buffer_offset()
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | mr.c | 1764 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 D | caamalg.c | 1698 aligned_size += ~(ARCH_KMALLOC_MINALIGN - 1) & in skcipher_edesc_alloc()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-crypt.c | 3255 ARCH_KMALLOC_MINALIGN); in crypt_ctr()
|
Completed in 68 milliseconds