Home
last modified time | relevance | path

Searched refs:end_bit (Results 1 – 1 of 1) sorted by relevance

/qemu/util/
H A Dhbitmap.c226 uint64_t end_bit, sz; in hbitmap_next_zero() local
235 end_bit = count > hb->orig_size - start ? in hbitmap_next_zero()
238 sz = (end_bit + BITS_PER_LONG - 1) >> BITS_PER_LEVEL; in hbitmap_next_zero()
260 if (res >= end_bit) { in hbitmap_next_zero()