Home
last modified time | relevance | path

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

/Linux-v5.4/net/bridge/netfilter/
Debtables.c37 #define SMP_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) macro
38 #define COUNTER_OFFSET(n) (SMP_ALIGN(n * sizeof(struct ebt_counter)))