Searched refs:bits_to_set (Results 1 – 9 of 9) 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()
935 uint bits_to_set; in xfs_buf_item_log_segment() local955 bits_to_set = last_bit - first_bit + 1; in xfs_buf_item_log_segment()978 end_bit = min(bit + bits_to_set, (uint)NBWORD); in xfs_buf_item_log_segment()991 while ((bits_to_set - bits_set) >= NBWORD) { in xfs_buf_item_log_segment()1000 end_bit = bits_to_set - bits_set; in xfs_buf_item_log_segment()
362 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_set() local365 while (len - bits_to_set >= 0) { in __bitmap_set()367 len -= bits_to_set; in __bitmap_set()368 bits_to_set = BITS_PER_LONG; in __bitmap_set()
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()
1523 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in ntfs_bitmap_set_le() local1526 while (len - bits_to_set >= 0) { in ntfs_bitmap_set_le()1528 len -= bits_to_set; in ntfs_bitmap_set_le()1529 bits_to_set = BITS_PER_LONG; in ntfs_bitmap_set_le()
188 int bits_to_set = BITS_PER_BYTE - (start % BITS_PER_BYTE); in le_bitmap_set() local191 while (len - bits_to_set >= 0) { in le_bitmap_set()193 len -= bits_to_set; in le_bitmap_set()194 bits_to_set = BITS_PER_BYTE; in le_bitmap_set()
413 u32 bits_to_set = bits & ~EXTENT_CTLBITS; in set_state_bits() local419 ret = add_extent_changeset(state, bits_to_set, changeset, 1); in set_state_bits()421 state->state |= bits_to_set; in set_state_bits()
1417 int bits_to_set = 8 - bit_shift; in __implement() local1419 while (n - bits_to_set >= 0) { in __implement()1422 value >>= bits_to_set; in __implement()1423 n -= bits_to_set; in __implement()1424 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()