Searched defs:bits_to_clear (Results 1 – 5 of 5) 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
376 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_clear() local
195 u32 bits_to_clear, u32 bits_to_set) in ufx_reg_clear_and_set_bits()
645 u32 bits_to_clear = *bits & ~EXTENT_CTLBITS; in clear_state_bit() local7132 int bits_to_clear = BITS_PER_BYTE - (pos % BITS_PER_BYTE); in extent_buffer_bitmap_clear() local
Completed in 39 milliseconds