Searched refs:old_offset (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_fb.c | 390 u32 old_offset, in intel_adjust_tile_offset() argument 396 WARN_ON(old_offset & (tile_size - 1)); in intel_adjust_tile_offset() 398 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset() 400 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset() 417 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset() argument 422 drm_WARN_ON(&i915->drm, new_offset > old_offset); in intel_adjust_aligned_offset() 440 old_offset, new_offset); in intel_adjust_aligned_offset() 442 old_offset += *y * pitch + *x * cpp; in intel_adjust_aligned_offset() 444 *y = (old_offset - new_offset) / pitch; in intel_adjust_aligned_offset() 458 u32 old_offset, u32 new_offset) in intel_plane_adjust_aligned_offset() argument [all …]
|
A D | intel_fb.h | 49 u32 old_offset, u32 new_offset);
|
/linux/drivers/md/bcache/ |
A D | extents.c | 330 uint64_t old_offset; in bch_extent_insert_fixup() local 352 old_offset = KEY_START(k); in bch_extent_insert_fixup() 443 old_offset = KEY_START(insert); in bch_extent_insert_fixup() 458 bch_subtract_dirty(k, c, old_offset, old_size - KEY_SIZE(k)); in bch_extent_insert_fixup()
|
/linux/fs/xfs/libxfs/ |
A D | xfs_iext_tree.c | 428 xfs_fileoff_t old_offset, in xfs_iext_update_node() argument 438 if (i > 0 && xfs_iext_key_cmp(node, i, old_offset) > 0) in xfs_iext_update_node() 440 if (node->keys[i] == old_offset) in xfs_iext_update_node()
|
/linux/drivers/hwmon/occ/ |
A D | common.c | 1084 unsigned int i, old_offset, offset = 0, size = 0; in occ_parse_poll_response() local 1098 old_offset = offset; in occ_parse_poll_response() 1110 old_offset, offset - 1, block->header.eye_catcher, in occ_parse_poll_response()
|
/linux/drivers/tty/vt/ |
A D | vt.c | 807 static int old_offset = -1; in complement_pos() local 813 if (old_offset != -1 && old_offset >= 0 && in complement_pos() 814 old_offset < vc->vc_screenbuf_size) { in complement_pos() 815 scr_writew(old, screenpos(vc, old_offset, true)); in complement_pos() 821 old_offset = offset; in complement_pos()
|
/linux/drivers/scsi/aic7xxx/ |
A D | aic7xxx_core.c | 2475 u_int old_offset; in ahc_set_syncrate() local 2504 old_offset = tinfo->curr.offset; in ahc_set_syncrate() 2509 || old_offset != offset in ahc_set_syncrate()
|
A D | aic79xx_core.c | 3862 u_int old_offset; in ahd_set_syncrate() local 3891 old_offset = tinfo->curr.offset; in ahd_set_syncrate() 3896 || old_offset != offset in ahd_set_syncrate()
|
/linux/ |
A D | System.map | 155147 ffff80001204fd10 d old_offset.11
|
A D | .tmp_System.map | 155147 ffff80001204fd10 d old_offset.11
|
Completed in 359 milliseconds