Searched refs:dirty_bytes (Results 1 – 7 of 7) sorted by relevance
404 minsz = offsetofend(struct vfio_precopy_info, dirty_bytes); in mlx5vf_precopy_ioctl()447 info.dirty_bytes = buf->start_pos + buf->length - *pos; in mlx5vf_precopy_ioctl()453 info.dirty_bytes = inc_length; in mlx5vf_precopy_ioctl()
1103 __aligned_u64 dirty_bytes; member
779 minsz = offsetofend(struct vfio_precopy_info, dirty_bytes); in hisi_acc_vf_precopy_ioctl()804 info.dirty_bytes = 0; in hisi_acc_vf_precopy_ioctl()
33 - dirty_bytes170 dirty_bytes chapter176 Note: dirty_bytes is the counterpart of dirty_ratio. Only one of them may be181 Note: the minimum value allowed for dirty_bytes is two pages (in bytes); any
4443 u64 dirty_bytes = 0; in warn_about_uncommitted_trans() local4451 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans()4456 trans->transid, dirty_bytes); in warn_about_uncommitted_trans()
1377 unsigned long dirty_bytes = kvm_dirty_bitmap_bytes(memslot); in kvm_alloc_dirty_bitmap() local1379 memslot->dirty_bitmap = __vcalloc(2, dirty_bytes, GFP_KERNEL_ACCOUNT); in kvm_alloc_dirty_bitmap()
1932 vm.dirty_background_bytes, vm.dirty_bytes
Completed in 35 milliseconds