Searched refs:SMP_ALIGN (Results 1 – 2 of 2) sorted by relevance
41 #define SMP_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro665 if ((SMP_ALIGN(size) >> PAGE_SHIFT) + 2 > totalram_pages) in xt_alloc_table_info()
46 #define SMP_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro47 #define COUNTER_OFFSET(n) (SMP_ALIGN(n * sizeof(struct ebt_counter)))