Searched refs:nbits_reg (Results 1 – 1 of 1) sorted by relevance
994 int nbits_reg; /* number of bits in region */ in __reg_op() local1007 nbits_reg = 1 << order; in __reg_op()1010 nlongs_reg = BITS_TO_LONGS(nbits_reg); in __reg_op()1011 nbitsinlong = min(nbits_reg, BITS_PER_LONG); in __reg_op()