Searched refs:COUNT_MASK (Results 1 – 3 of 3) sorted by relevance
82 #define COUNT_MASK ((1ULL << COUNT_BITS) - 1) macro91 #define COUNT(e) ((unsigned int)(e) & COUNT_MASK)129 static u64 action_threshold = COUNT_MASK;436 if (val > COUNT_MASK) in action_threshold_set()437 val = COUNT_MASK; in action_threshold_set()
102 #define COUNT_MASK 0x0F macro
57 #define COUNT_MASK 0x0F macro