COUNT_MASK
static u64 action_threshold = COUNT_MASK;
if (val > COUNT_MASK)
val = COUNT_MASK;
#define COUNT(e) ((unsigned int)(e) & COUNT_MASK)