Home
last modified time | relevance | path

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

/net/bridge/netfilter/
Debt_limit.c29 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro
31 #define CREDITS_PER_JIFFY POW2_BELOW32(MAX_CPJ)
/net/netfilter/
Dxt_limit.c56 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro
58 #define CREDITS_PER_JIFFY POW2_BELOW32(MAX_CPJ)
Dxt_hashlimit.c438 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro
440 #define CREDITS_PER_JIFFY POW2_BELOW32(MAX_CPJ)