Lines Matching defs:nbits

104 			unsigned shift, unsigned nbits)  in __bitmap_shift_right()
149 unsigned int shift, unsigned int nbits) in __bitmap_shift_left()
211 unsigned int first, unsigned int cut, unsigned int nbits) in bitmap_cut()
296 const unsigned long *mask, unsigned int nbits) in __bitmap_replace()
650 unsigned int nbits; member
963 static int bitmap_pos_to_ord(const unsigned long *buf, unsigned int pos, unsigned int nbits) in bitmap_pos_to_ord()
1005 unsigned int nbits) in bitmap_remap()
1210 unsigned int sz, unsigned int nbits) in bitmap_fold()
1372 void bitmap_copy_le(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_copy_le()
1386 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags) in bitmap_alloc()
1393 unsigned long *bitmap_zalloc(unsigned int nbits, gfp_t flags) in bitmap_zalloc()
1399 unsigned long *bitmap_alloc_node(unsigned int nbits, gfp_t flags, int node) in bitmap_alloc_node()
1406 unsigned long *bitmap_zalloc_node(unsigned int nbits, gfp_t flags, int node) in bitmap_zalloc_node()
1426 unsigned int nbits, gfp_t flags) in devm_bitmap_alloc()
1444 unsigned int nbits, gfp_t flags) in devm_bitmap_zalloc()
1457 void bitmap_from_arr32(unsigned long *bitmap, const u32 *buf, unsigned int nbits) in bitmap_from_arr32()
1480 void bitmap_to_arr32(u32 *buf, const unsigned long *bitmap, unsigned int nbits) in bitmap_to_arr32()
1505 void bitmap_from_arr64(unsigned long *bitmap, const u64 *buf, unsigned int nbits) in bitmap_from_arr64()
1535 void bitmap_to_arr64(u64 *buf, const unsigned long *bitmap, unsigned int nbits) in bitmap_to_arr64()