Searched refs:SMP_ALIGN (Results 1 – 2 of 2) sorted by relevance
35 #define SMP_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro586 if ((SMP_ALIGN(size) >> PAGE_SHIFT) + 2 > num_physpages) in xt_alloc_table_info()
50 #define SMP_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro51 #define COUNTER_OFFSET(n) (SMP_ALIGN(n * sizeof(struct ebt_counter)))