Searched refs:bits_to_set (Results 1 – 8 of 8) sorted by relevance
7 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_set() local10 while (len - bits_to_set >= 0) { in __bitmap_set()12 len -= bits_to_set; in __bitmap_set()13 bits_to_set = BITS_PER_LONG; in __bitmap_set()
108 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_set() local111 while (len - bits_to_set >= 0) { in __bitmap_set()113 len -= bits_to_set; in __bitmap_set()114 bits_to_set = BITS_PER_LONG; in __bitmap_set()
927 uint bits_to_set; in xfs_buf_item_log_segment() local947 bits_to_set = last_bit - first_bit + 1; in xfs_buf_item_log_segment()970 end_bit = min(bit + bits_to_set, (uint)NBWORD); in xfs_buf_item_log_segment()983 while ((bits_to_set - bits_set) >= NBWORD) { in xfs_buf_item_log_segment()992 end_bit = bits_to_set - bits_set; in xfs_buf_item_log_segment()
89 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_set_ll() local92 while (nr >= bits_to_set) { in bitmap_set_ll()95 nr -= bits_to_set; in bitmap_set_ll()96 bits_to_set = BITS_PER_LONG; in bitmap_set_ll()
1513 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in ntfs_bitmap_set_le() local1516 while (len - bits_to_set >= 0) { in ntfs_bitmap_set_le()1518 len -= bits_to_set; in ntfs_bitmap_set_le()1519 bits_to_set = BITS_PER_LONG; in ntfs_bitmap_set_le()
180 int bits_to_set = BITS_PER_BYTE - (start % BITS_PER_BYTE); in le_bitmap_set() local183 while (len - bits_to_set >= 0) { in le_bitmap_set()185 len -= bits_to_set; in le_bitmap_set()186 bits_to_set = BITS_PER_BYTE; in le_bitmap_set()
1442 int bits_to_set = 8 - bit_shift; in __implement() local1444 while (n - bits_to_set >= 0) { in __implement()1447 value >>= bits_to_set; in __implement()1448 n -= bits_to_set; in __implement()1449 bits_to_set = 8; in __implement()
196 u32 bits_to_clear, u32 bits_to_set) in ufx_reg_clear_and_set_bits() argument204 data |= bits_to_set; in ufx_reg_clear_and_set_bits()