Home
last modified time | relevance | path

Searched defs:nbits (Results 1 – 3 of 3) sorted by relevance

/kvmtool/include/linux/
H A Dbitmap.h13 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) argument
15 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()
/kvmtool/util/
H A Dbitmap.c25 unsigned int nbits; member
224 const unsigned long *src2, unsigned int nbits) in __bitmap_and()
242 unsigned int nbits) in __bitmap_subset()
H A Dfind.c9 const unsigned long *addr2, unsigned long nbits, in _find_next_bit()