Searched refs:SMP_ALIGN (Results 1 - 2 of 2) sorted by relevance

/net/netfilter/
H A Dx_tables.c41 #define SMP_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro
665 if ((SMP_ALIGN(size) >> PAGE_SHIFT) + 2 > totalram_pages)
/net/bridge/netfilter/
H A Debtables.c46 #define SMP_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro
47 #define COUNTER_OFFSET(n) (SMP_ALIGN(n * sizeof(struct ebt_counter)))

Completed in 278 milliseconds