Home
last modified time | relevance | path

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

/include/linux/
Dbitmap.h227 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) argument
229 #define bitmap_size(nbits) (ALIGN(nbits, BITS_PER_LONG) / BITS_PER_BYTE) argument
231 static __always_inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()
241 static __always_inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()
252 void bitmap_copy(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_copy()
266 void bitmap_copy_clear_tail(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_copy_clear_tail()
299 #define bitmap_from_arr32(bitmap, buf, nbits) \ argument
302 #define bitmap_to_arr32(buf, bitmap, nbits) \ argument
315 #define bitmap_from_arr64(bitmap, buf, nbits) \ argument
317 #define bitmap_to_arr64(buf, bitmap, nbits) \ argument
[all …]
Dnodemask.h141 static __always_inline void __nodes_setall(nodemask_t *dstp, unsigned int nbits) in __nodes_setall()
147 static __always_inline void __nodes_clear(nodemask_t *dstp, unsigned int nbits) in __nodes_clear()
165 const nodemask_t *src2p, unsigned int nbits) in __nodes_and()
173 const nodemask_t *src2p, unsigned int nbits) in __nodes_or()
181 const nodemask_t *src2p, unsigned int nbits) in __nodes_xor()
189 const nodemask_t *src2p, unsigned int nbits) in __nodes_andnot()
197 const nodemask_t *srcp, unsigned int nbits) in __nodes_complement()
205 const nodemask_t *src2p, unsigned int nbits) in __nodes_equal()
213 const nodemask_t *src2p, unsigned int nbits) in __nodes_intersects()
221 const nodemask_t *src2p, unsigned int nbits) in __nodes_subset()
[all …]
Dmpi.h32 int nbits; /* the real number of valid bits (info only) */ member
Dnvmem-provider.h71 unsigned int nbits; member
/include/asm-generic/
Dbitsperlong.h35 #define small_const_nbits(nbits) \ argument
/include/crypto/
Decc_curve.h38 u32 nbits; member
/include/sound/
Dsoc.h1301 unsigned int regbase, regcount, nbits, invert; member