Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dx_tables.c41 #define SMP_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro
901 if ((SMP_ALIGN(size) >> PAGE_SHIFT) + 2 > totalram_pages) in xt_alloc_table_info()
/linux-4.4.14/net/bridge/netfilter/
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)))