Searched refs:ores (Results 1 – 3 of 3) sorted by relevance
4764 xfs_filblks_t ores, /* original res. */ in xfs_bmap_split_indlen() argument4779 if (ores < nres && avail) in xfs_bmap_split_indlen()4780 stolen = XFS_FILBLKS_MIN(nres - ores, avail); in xfs_bmap_split_indlen()4781 ores += stolen; in xfs_bmap_split_indlen()4784 if (ores >= nres) in xfs_bmap_split_indlen()4795 resfactor = (ores * 100); in xfs_bmap_split_indlen()4801 ASSERT(len1 + len2 <= ores); in xfs_bmap_split_indlen()4810 ores -= (len1 + len2); in xfs_bmap_split_indlen()4811 ASSERT((*indlen1 - len1) + (*indlen2 - len2) >= ores); in xfs_bmap_split_indlen()4812 if (ores && !len2 && *indlen2) { in xfs_bmap_split_indlen()[all …]
656 struct virtio_gpu_simple_resource *res, *ores; in vg_set_scanout() local701 ores = virtio_gpu_find_resource(g, scanout->resource_id); in vg_set_scanout()702 if (ores) { in vg_set_scanout()703 ores->scanout_bitmask &= ~(1 << ss.scanout_id); in vg_set_scanout()
588 struct virtio_gpu_simple_resource *ores; in virtio_gpu_update_scanout() local592 ores = virtio_gpu_find_resource(g, scanout->resource_id); in virtio_gpu_update_scanout()593 if (ores) { in virtio_gpu_update_scanout()594 ores->scanout_bitmask &= ~(1 << scanout_id); in virtio_gpu_update_scanout()