Searched defs:bits_to_clear (Results 1 – 6 of 6) sorted by relevance
9 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_clear() local
125 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_clear_ll() local
387 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_clear() local
510 u32 bits_to_clear = bits & ~EXTENT_CTLBITS; in clear_state_bit() local
5558 int bits_to_clear = BITS_PER_BYTE - (pos % BITS_PER_BYTE); in extent_buffer_bitmap_clear() local
196 u32 bits_to_clear, u32 bits_to_set) in ufx_reg_clear_and_set_bits()