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