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

/linux-master/net/bridge/netfilter/
H A Debtables.c38 #define SMP_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro
39 #define COUNTER_OFFSET(n) (SMP_ALIGN(n * sizeof(struct ebt_counter)))

Completed in 122 milliseconds