Home | History | Annotate | Download | only in qemu

Lines Matching refs:chunk

2642     int64_t chunk = sector / (int64_t)BDRV_SECTORS_PER_DIRTY_CHUNK;
2646 return bs->dirty_bitmap[chunk / (sizeof(unsigned long) * 8)] &
2647 (1 << (chunk % (sizeof(unsigned long) * 8)));