Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/netfilter/
Debt_limit.c30 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro
32 #define CREDITS_PER_JIFFY POW2_BELOW32(MAX_CPJ)
/linux-4.1.27/net/netfilter/
Dxt_limit.c64 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro
66 #define CREDITS_PER_JIFFY POW2_BELOW32(MAX_CPJ)
Dxt_hashlimit.c411 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro
413 #define CREDITS_PER_JIFFY POW2_BELOW32(MAX_CPJ)
420 #define CREDITS_PER_JIFFY_BYTES POW2_BELOW32(MAX_CPJ_BYTES)