Searched refs:COUNT_BITS (Results 1 – 1 of 1) sorted by relevance
81 #define COUNT_BITS (PAGE_SHIFT - DECAY_BITS) macro82 #define COUNT_MASK ((1ULL << COUNT_BITS) - 1)90 #define DECAY(e) (((e) >> COUNT_BITS) & DECAY_MASK)154 ca->array[i] &= ~(DECAY_MASK << COUNT_BITS); in do_spring_cleaning()155 ca->array[i] |= (decay << COUNT_BITS); in do_spring_cleaning()356 ca->array[to] |= DECAY_MASK << COUNT_BITS; in cec_add_elem()