Searched refs:SMP_CACHE_BYTES (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | cache.h | 11 #ifndef SMP_CACHE_BYTES 12 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro 20 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES))) 33 __attribute__((__aligned__(SMP_CACHE_BYTES), \
|
D | bootmem.h | 110 __alloc_bootmem(x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT) 114 __alloc_bootmem_nopanic(x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT) 120 __alloc_bootmem_node(pgdat, x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT) 122 __alloc_bootmem_node_nopanic(pgdat, x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT) 129 __alloc_bootmem_low(x, SMP_CACHE_BYTES, 0)
|
D | skbuff.h | 42 #define SKB_DATA_ALIGN(X) (((X) + (SMP_CACHE_BYTES - 1)) & \ 43 ~(SMP_CACHE_BYTES - 1))
|
D | percpu.h | 21 (ALIGN(__per_cpu_end - __per_cpu_start, SMP_CACHE_BYTES) + \
|