Searched refs:nbits_reg (Results 1 – 1 of 1) sorted by relevance
1249 int nbits_reg; /* number of bits in region */ in __reg_op() local1262 nbits_reg = 1 << order; in __reg_op()1265 nlongs_reg = BITS_TO_LONGS(nbits_reg); in __reg_op()1266 nbitsinlong = min(nbits_reg, BITS_PER_LONG); in __reg_op()