Searched refs:COUNT_BITS (Results 1 – 1 of 1) sorted by relevance
76 #define COUNT_BITS (PAGE_SHIFT - DECAY_BITS) macro77 #define COUNT_MASK ((1ULL << COUNT_BITS) - 1)85 #define DECAY(e) (((e) >> COUNT_BITS) & DECAY_MASK)153 ca->array[i] &= ~(DECAY_MASK << COUNT_BITS); in do_spring_cleaning()154 ca->array[i] |= (decay << COUNT_BITS); in do_spring_cleaning()306 (DECAY_MASK << COUNT_BITS) | 1; in cec_add_elem()318 ca->array[to] |= (DECAY_MASK << COUNT_BITS); in cec_add_elem()