SMP_CACHE_BYTES 130 arch/x86/include/asm/processor.h } __attribute__((__aligned__(SMP_CACHE_BYTES))); SMP_CACHE_BYTES 98 arch/x86/include/asm/pvclock.h } __attribute__((__aligned__(SMP_CACHE_BYTES))); SMP_CACHE_BYTES 119 include/linux/bootmem.h __alloc_bootmem(x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT) SMP_CACHE_BYTES 123 include/linux/bootmem.h __alloc_bootmem_nopanic(x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT) SMP_CACHE_BYTES 129 include/linux/bootmem.h __alloc_bootmem_node(pgdat, x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT) SMP_CACHE_BYTES 131 include/linux/bootmem.h __alloc_bootmem_node_nopanic(pgdat, x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT) SMP_CACHE_BYTES 138 include/linux/bootmem.h __alloc_bootmem_low(x, SMP_CACHE_BYTES, 0) SMP_CACHE_BYTES 251 include/linux/bootmem.h align = SMP_CACHE_BYTES; SMP_CACHE_BYTES 259 include/linux/bootmem.h align = SMP_CACHE_BYTES; SMP_CACHE_BYTES 267 include/linux/bootmem.h align = SMP_CACHE_BYTES; SMP_CACHE_BYTES 275 include/linux/bootmem.h align = SMP_CACHE_BYTES; SMP_CACHE_BYTES 288 include/linux/bootmem.h return __alloc_bootmem_node(NODE_DATA(nid), size, SMP_CACHE_BYTES, SMP_CACHE_BYTES 296 include/linux/bootmem.h SMP_CACHE_BYTES, SMP_CACHE_BYTES 11 include/linux/cache.h #ifndef SMP_CACHE_BYTES SMP_CACHE_BYTES 20 include/linux/cache.h #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES))) SMP_CACHE_BYTES 33 include/linux/cache.h __attribute__((__aligned__(SMP_CACHE_BYTES), \ SMP_CACHE_BYTES 22 include/linux/percpu.h (ALIGN(__per_cpu_end - __per_cpu_start, SMP_CACHE_BYTES) + \ SMP_CACHE_BYTES 135 include/linux/skbuff.h #define SKB_DATA_ALIGN(X) ALIGN(X, SMP_CACHE_BYTES)