Searched refs:ARCH_KMALLOC_MINALIGN (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/usb/core/
H A Dbuffer.c33 * 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 Dslob.c430 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 Dslab_common.c684 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 Dslab.h150 * 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 Dcrypto.h131 #define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN
/linux-4.1.27/drivers/md/
H A Ddm-crypt.c1774 ARCH_KMALLOC_MINALIGN); crypt_ctr()
/linux-4.1.27/block/
H A Dbio.c114 slab = kmem_cache_create(bslab->name, sz, ARCH_KMALLOC_MINALIGN, bio_find_or_create_slab()
/linux-4.1.27/drivers/usb/misc/
H A Dusbtest.c337 return (unsigned long)buf & (ARCH_KMALLOC_MINALIGN - 1); buffer_offset()

Completed in 331 milliseconds