Searched defs:nbits (Results 1 – 3 of 3) sorted by relevance
13 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) argument15 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()31 unsigned int nbits) in bitmap_set()48 const unsigned long *src2, unsigned int nbits) in bitmap_and()62 const unsigned long *src2, unsigned int nbits) in bitmap_subset()
25 unsigned int nbits; member224 const unsigned long *src2, unsigned int nbits) in __bitmap_and()242 unsigned int nbits) in __bitmap_subset()
9 const unsigned long *addr2, unsigned long nbits, in _find_next_bit()