Searched refs:ARCH_KMALLOC_MINALIGN (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | slob.c | 475 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 D | slab_common.c | 561 unsigned int align = ARCH_KMALLOC_MINALIGN; in create_boot_cache()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | slab.h | 204 #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 D | crypto.h | 161 #define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_set_pipapo.h | 71 (NFT_PIPAPO_ALIGN - ARCH_KMALLOC_MINALIGN)
|
| H A D | nf_conntrack_core.c | 548 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 D | drm_managed.c | 54 u8 __aligned(ARCH_KMALLOC_MINALIGN) data[];
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | memory-allocation.rst | 147 ARCH_KMALLOC_MINALIGN bytes. For sizes which are a power of two, the
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spidev.c | 230 unsigned int len_aligned = ALIGN(u_tmp->len, ARCH_KMALLOC_MINALIGN); in spidev_message()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | devres.c | 36 u8 __aligned(ARCH_KMALLOC_MINALIGN) data[];
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | bio.c | 107 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 D | i915_gem_execbuffer.c | 2718 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 D | usbtest.c | 381 return (unsigned long)buf & (ARCH_KMALLOC_MINALIGN - 1); in buffer_offset()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | mr.c | 1641 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 D | dm-crypt.c | 3234 ARCH_KMALLOC_MINALIGN); in crypt_ctr()
|