Home
last modified time | relevance | path

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

/net/netfilter/
Dx_tables.c35 #define SMP_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro
586 if ((SMP_ALIGN(size) >> PAGE_SHIFT) + 2 > num_physpages) in xt_alloc_table_info()
/net/bridge/netfilter/
Debtables.c50 #define SMP_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro
51 #define COUNTER_OFFSET(n) (SMP_ALIGN(n * sizeof(struct ebt_counter)))