Searched refs:ARCH_KMALLOC_MINALIGN (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.10/drivers/usb/core/ |
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-v5.10/include/linux/ |
D | slab.h | 204 #define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN macro 208 #define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long) macro 225 #define __assume_kmalloc_alignment __assume_aligned(ARCH_KMALLOC_MINALIGN)
|
D | crypto.h | 158 #define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN
|
/Linux-v5.10/mm/ |
D | slob.c | 472 int minalign = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in __do_kmalloc_node() 550 int align = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in kfree() 578 align = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in __ksize() 708 .align = ARCH_KMALLOC_MINALIGN,
|
D | slab_common.c | 546 unsigned int align = ARCH_KMALLOC_MINALIGN; in create_boot_cache()
|
/Linux-v5.10/net/netfilter/ |
D | nft_set_pipapo.h | 71 (NFT_PIPAPO_ALIGN - ARCH_KMALLOC_MINALIGN)
|
D | nf_conntrack_core.c | 549 if (ARCH_KMALLOC_MINALIGN <= NFCT_INFOMASK) { in nf_ct_tmpl_alloc() 579 if (ARCH_KMALLOC_MINALIGN <= NFCT_INFOMASK) in nf_ct_tmpl_free()
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_managed.c | 54 u8 __aligned(ARCH_KMALLOC_MINALIGN) data[];
|
/Linux-v5.10/drivers/spi/ |
D | spidev.c | 230 unsigned int len_aligned = ALIGN(u_tmp->len, ARCH_KMALLOC_MINALIGN); in spidev_message()
|
/Linux-v5.10/Documentation/core-api/ |
D | memory-allocation.rst | 147 ARCH_KMALLOC_MINALIGN bytes. For sizes which are a power of two, the
|
/Linux-v5.10/drivers/base/ |
D | devres.c | 36 u8 __aligned(ARCH_KMALLOC_MINALIGN) data[];
|
/Linux-v5.10/block/ |
D | bio.c | 107 slab = kmem_cache_create(bslab->name, sz, ARCH_KMALLOC_MINALIGN, in bio_find_or_create_slab()
|
/Linux-v5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_execbuffer.c | 2855 BUILD_BUG_ON(~(ARCH_KMALLOC_MINALIGN - 1) & in add_timeline_fence_array() 3006 BUILD_BUG_ON(~(ARCH_KMALLOC_MINALIGN - 1) & in add_fence_array()
|
/Linux-v5.10/drivers/usb/misc/ |
D | usbtest.c | 381 return (unsigned long)buf & (ARCH_KMALLOC_MINALIGN - 1); in buffer_offset()
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | mr.c | 1634 add_size = max_t(int, MLX5_UMR_ALIGN - ARCH_KMALLOC_MINALIGN, 0); in mlx5_alloc_priv_descs()
|
/Linux-v5.10/drivers/md/ |
D | dm-crypt.c | 3095 ARCH_KMALLOC_MINALIGN); in crypt_ctr()
|