Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dhbitmap.c851 uint64_t fix_count = (hb->size << hb->granularity) - start; in hbitmap_truncate() local
853 assert(fix_count); in hbitmap_truncate()
854 hbitmap_reset(hb, start, fix_count); in hbitmap_truncate()