Searched refs:ARCH_KMALLOC_MINALIGN (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/usb/core/ |
D | buffer.c | 35 if (ARCH_KMALLOC_MINALIGN <= 32) in usb_init_pool_max() 37 else if (ARCH_KMALLOC_MINALIGN <= 64) in usb_init_pool_max() 39 else if (ARCH_KMALLOC_MINALIGN <= 128) in usb_init_pool_max()
|
/linux-4.1.27/mm/ |
D | slob.c | 430 int align = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in __do_kmalloc_node() 496 int align = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in kfree() 519 align = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in ksize() 629 .align = ARCH_KMALLOC_MINALIGN,
|
D | slab_common.c | 684 s->align = calculate_alignment(flags, ARCH_KMALLOC_MINALIGN, size); in create_boot_cache()
|
/linux-4.1.27/include/linux/ |
D | slab.h | 153 #define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN macro 157 #define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long) macro
|
D | crypto.h | 131 #define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN
|
/linux-4.1.27/block/ |
D | bio.c | 114 slab = kmem_cache_create(bslab->name, sz, ARCH_KMALLOC_MINALIGN, in bio_find_or_create_slab()
|
/linux-4.1.27/drivers/md/ |
D | dm-crypt.c | 1774 ARCH_KMALLOC_MINALIGN); in crypt_ctr()
|
/linux-4.1.27/drivers/usb/misc/ |
D | usbtest.c | 337 return (unsigned long)buf & (ARCH_KMALLOC_MINALIGN - 1); in buffer_offset()
|