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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-ip32/
H A Dkmalloc.h6 #define ARCH_KMALLOC_MINALIGN 32 macro
8 #define ARCH_KMALLOC_MINALIGN 128 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mach-ip32/
H A Dkmalloc.h6 #define ARCH_KMALLOC_MINALIGN 32 macro
8 #define ARCH_KMALLOC_MINALIGN 128 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-generic/
H A Dkmalloc.h10 #define ARCH_KMALLOC_MINALIGN 128 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mach-generic/
H A Dkmalloc.h10 #define ARCH_KMALLOC_MINALIGN 128 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dcache.h17 #define ARCH_KMALLOC_MINALIGN 8 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dcache.h14 #define ARCH_KMALLOC_MINALIGN L1_CACHE_BYTES macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dslub_def.h59 #if defined(ARCH_KMALLOC_MINALIGN) && ARCH_KMALLOC_MINALIGN > 8
60 #define KMALLOC_MIN_SIZE ARCH_KMALLOC_MINALIGN
H A Dcrypto.h79 #if defined(ARCH_KMALLOC_MINALIGN)
80 #define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Duaccess.h302 #define ARCH_KMALLOC_MINALIGN 8
301 #define ARCH_KMALLOC_MINALIGN macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c146 #ifndef ARCH_KMALLOC_MINALIGN
153 * ARCH_KMALLOC_MINALIGN allows that.
156 #define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long) macro
163 * aligned buffers. Includes ARCH_KMALLOC_MINALIGN.
1475 ARCH_KMALLOC_MINALIGN,
1483 ARCH_KMALLOC_MINALIGN,
1501 ARCH_KMALLOC_MINALIGN,
1509 ARCH_KMALLOC_MINALIGN,
H A Dslub.c200 #ifndef ARCH_KMALLOC_MINALIGN
201 #define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long) macro
2182 if (!kmem_cache_open(s, gfp_flags, name, size, ARCH_KMALLOC_MINALIGN,

Completed in 175 milliseconds