Lines Matching refs:start
33 unsigned long start, unsigned long invert, unsigned long le)
37 if (unlikely(start >= nbits))
40 tmp = addr1[start / BITS_PER_LONG];
42 tmp &= addr2[start / BITS_PER_LONG];
46 mask = BITMAP_FIRST_WORD_MASK(start);
52 start = round_down(start, BITS_PER_LONG);
55 start += BITS_PER_LONG;
56 if (start >= nbits)
59 tmp = addr1[start / BITS_PER_LONG];
61 tmp &= addr2[start / BITS_PER_LONG];
68 return min(start + __ffs(tmp), nbits);