Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/netfilter/
H A Debt_limit.c31 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro
33 #define CREDITS_PER_JIFFY POW2_BELOW32(MAX_CPJ)
/openbmc/linux/net/netfilter/
H A Dxt_limit.c58 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro
60 #define CREDITS_PER_JIFFY POW2_BELOW32(MAX_CPJ)
H A Dxt_hashlimit.c470 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro
474 #define CREDITS_PER_JIFFY_v1 POW2_BELOW32(MAX_CPJ_v1)
481 #define CREDITS_PER_JIFFY_BYTES POW2_BELOW32(MAX_CPJ_BYTES)