Home
last modified time | relevance | path

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

/linux-5.19.10/net/bridge/netfilter/
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)))