Searched refs:BITS_PER_LONG_MASK (Results 1 – 1 of 1) sorted by relevance
481 #define BITS_PER_LONG_MASK (BITS_PER_LONG - 1) macro492 mask = (1UL << (tmp & BITS_PER_LONG_MASK)) -1; in bm_clear_surplus()528 mask = (1UL << (tmp & BITS_PER_LONG_MASK)) -1; in bm_set_surplus()558 unsigned long mask = (1UL << (b->bm_bits & BITS_PER_LONG_MASK)) -1; in bm_count_bits()