Searched defs:bits_to_set (Results 1 – 7 of 7) sorted by relevance
7 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_set() local
931 uint bits_to_set; in xfs_buf_item_log_segment() local
362 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_set() local
89 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_set_ll() local
1495 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in ntfs_bitmap_set_le() local
187 int bits_to_set = BITS_PER_BYTE - (start % BITS_PER_BYTE); in le_bitmap_set() local
196 u32 bits_to_clear, u32 bits_to_set) in ufx_reg_clear_and_set_bits()