Home
last modified time | relevance | path

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

/linux/include/linux/
A Daverage.h28 #define DECLARE_EWMA(name, _precision, _weight_rcp) \ argument
35 BUILD_BUG_ON(!__builtin_constant_p(_weight_rcp)); \
41 BUILD_BUG_ON_NOT_POWER_OF_2(_weight_rcp); \
48 BUILD_BUG_ON(!__builtin_constant_p(_weight_rcp)); \
50 BUILD_BUG_ON_NOT_POWER_OF_2(_weight_rcp); \
57 unsigned long weight_rcp = ilog2(_weight_rcp); \
61 BUILD_BUG_ON(!__builtin_constant_p(_weight_rcp)); \
63 BUILD_BUG_ON_NOT_POWER_OF_2(_weight_rcp); \

Completed in 3 milliseconds