Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/core/
H 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()
/OK3568_Linux_fs/kernel/mm/
H A Dslob.c475 minalign = max_t(unsigned int, ARCH_KMALLOC_MINALIGN, in __do_kmalloc_node()
553 ARCH_KMALLOC_MINALIGN, in kfree()
583 align = max_t(unsigned int, ARCH_KMALLOC_MINALIGN, in __ksize()
714 .align = ARCH_KMALLOC_MINALIGN,
H A Dslab_common.c561 unsigned int align = ARCH_KMALLOC_MINALIGN; in create_boot_cache()
/OK3568_Linux_fs/kernel/include/linux/
H A Dslab.h204 #define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN macro
208 #define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long) macro
237 #define __assume_kmalloc_alignment __assume_aligned(ARCH_KMALLOC_MINALIGN)
H A Dcrypto.h161 #define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_set_pipapo.h71 (NFT_PIPAPO_ALIGN - ARCH_KMALLOC_MINALIGN)
H A Dnf_conntrack_core.c548 if (ARCH_KMALLOC_MINALIGN <= NFCT_INFOMASK) { in nf_ct_tmpl_alloc()
578 if (ARCH_KMALLOC_MINALIGN <= NFCT_INFOMASK) in nf_ct_tmpl_free()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_managed.c54 u8 __aligned(ARCH_KMALLOC_MINALIGN) data[];
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dmemory-allocation.rst147 ARCH_KMALLOC_MINALIGN bytes. For sizes which are a power of two, the
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspidev.c230 unsigned int len_aligned = ALIGN(u_tmp->len, ARCH_KMALLOC_MINALIGN); in spidev_message()
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddevres.c36 u8 __aligned(ARCH_KMALLOC_MINALIGN) data[];
/OK3568_Linux_fs/kernel/block/
H A Dbio.c107 slab = kmem_cache_create(bslab->name, sz, ARCH_KMALLOC_MINALIGN, in bio_find_or_create_slab()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2718 BUILD_BUG_ON(~(ARCH_KMALLOC_MINALIGN - 1) & in add_timeline_fence_array()
2869 BUILD_BUG_ON(~(ARCH_KMALLOC_MINALIGN - 1) & in add_fence_array()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusbtest.c381 return (unsigned long)buf & (ARCH_KMALLOC_MINALIGN - 1); in buffer_offset()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dmr.c1641 add_size = max_t(int, MLX5_UMR_ALIGN - ARCH_KMALLOC_MINALIGN, 0); in mlx5_alloc_priv_descs()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-crypt.c3234 ARCH_KMALLOC_MINALIGN); in crypt_ctr()