old_offset       2220 drivers/gpu/drm/i915/display/intel_display.c 				    u32 old_offset,
old_offset       2226 drivers/gpu/drm/i915/display/intel_display.c 	WARN_ON(old_offset & (tile_size - 1));
old_offset       2228 drivers/gpu/drm/i915/display/intel_display.c 	WARN_ON(new_offset > old_offset);
old_offset       2230 drivers/gpu/drm/i915/display/intel_display.c 	tiles = (old_offset - new_offset) / tile_size;
old_offset       2252 drivers/gpu/drm/i915/display/intel_display.c 				       u32 old_offset, u32 new_offset)
old_offset       2257 drivers/gpu/drm/i915/display/intel_display.c 	WARN_ON(new_offset > old_offset);
old_offset       2275 drivers/gpu/drm/i915/display/intel_display.c 					 old_offset, new_offset);
old_offset       2277 drivers/gpu/drm/i915/display/intel_display.c 		old_offset += *y * pitch + *x * cpp;
old_offset       2279 drivers/gpu/drm/i915/display/intel_display.c 		*y = (old_offset - new_offset) / pitch;
old_offset       2280 drivers/gpu/drm/i915/display/intel_display.c 		*x = ((old_offset - new_offset) - *y * pitch) / cpp;
old_offset       2293 drivers/gpu/drm/i915/display/intel_display.c 					     u32 old_offset, u32 new_offset)
old_offset       2298 drivers/gpu/drm/i915/display/intel_display.c 					   old_offset, new_offset);
old_offset       1019 drivers/hwmon/occ/common.c 	unsigned int i, old_offset, offset = 0, size = 0;
old_offset       1033 drivers/hwmon/occ/common.c 		old_offset = offset;
old_offset       1045 drivers/hwmon/occ/common.c 			old_offset, offset - 1, block->header.eye_catcher,
old_offset        330 drivers/md/bcache/extents.c 	uint64_t old_offset;
old_offset        352 drivers/md/bcache/extents.c 		old_offset = KEY_START(k);
old_offset        443 drivers/md/bcache/extents.c 				old_offset = KEY_START(insert);
old_offset        458 drivers/md/bcache/extents.c 		bch_subtract_dirty(k, c, old_offset, old_size - KEY_SIZE(k));
old_offset       3890 drivers/scsi/aic7xxx/aic79xx_core.c 	u_int	old_offset;
old_offset       3919 drivers/scsi/aic7xxx/aic79xx_core.c 	old_offset = tinfo->curr.offset;
old_offset       3924 drivers/scsi/aic7xxx/aic79xx_core.c 	  || old_offset != offset
old_offset       2493 drivers/scsi/aic7xxx/aic7xxx_core.c 	u_int	old_offset;
old_offset       2522 drivers/scsi/aic7xxx/aic7xxx_core.c 	old_offset = tinfo->curr.offset;
old_offset       2527 drivers/scsi/aic7xxx/aic7xxx_core.c 	  || old_offset != offset
old_offset        807 drivers/tty/vt/vt.c 	static int old_offset = -1;
old_offset        813 drivers/tty/vt/vt.c 	if (old_offset != -1 && old_offset >= 0 &&
old_offset        814 drivers/tty/vt/vt.c 	    old_offset < vc->vc_screenbuf_size) {
old_offset        815 drivers/tty/vt/vt.c 		scr_writew(old, screenpos(vc, old_offset, 1));
old_offset        821 drivers/tty/vt/vt.c 	old_offset = offset;
old_offset        428 fs/xfs/libxfs/xfs_iext_tree.c 	xfs_fileoff_t		old_offset,
old_offset        438 fs/xfs/libxfs/xfs_iext_tree.c 			if (i > 0 && xfs_iext_key_cmp(node, i, old_offset) > 0)
old_offset        440 fs/xfs/libxfs/xfs_iext_tree.c 			if (node->keys[i] == old_offset)