Searched refs:new_offset (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dalternative.c81 s32 orig_offset, new_offset; local
91 new_offset = target - align_down(insnptr, SZ_4K);
92 insn = aarch64_insn_adrp_set_offset(insn, new_offset);
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_gem.c402 u32 new_offset = accumulated_offset + sg_dma_len(sgl); local
404 if (offset >= accumulated_offset && offset < new_offset) {
410 accumulated_offset = new_offset;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fb.h74 u32 old_offset, u32 new_offset);
H A Dintel_fb.c926 u32 new_offset)
932 WARN_ON(new_offset & (tile_size - 1));
933 WARN_ON(new_offset > old_offset);
935 tiles = (old_offset - new_offset) / tile_size;
944 return new_offset;
951 u32 new_offset)
955 *y = (old_offset - new_offset) / pitch;
956 *x = ((old_offset - new_offset) - *y * pitch) / cpp;
958 return new_offset;
966 u32 old_offset, u32 new_offset)
920 intel_adjust_tile_offset(int *x, int *y, unsigned int tile_width, unsigned int tile_height, unsigned int tile_size, unsigned int pitch_tiles, u32 old_offset, u32 new_offset) argument
947 intel_adjust_linear_offset(int *x, int *y, unsigned int cpp, unsigned int pitch, u32 old_offset, u32 new_offset) argument
961 intel_adjust_aligned_offset(int *x, int *y, const struct drm_framebuffer *fb, int color_plane, unsigned int rotation, unsigned int pitch, u32 old_offset, u32 new_offset) argument
1002 intel_plane_adjust_aligned_offset(int *x, int *y, const struct intel_plane_state *state, int color_plane, u32 old_offset, u32 new_offset) argument
[all...]
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c489 unsigned long long new_offset; local
490 int new_fd = phys_mapping(uml_to_phys((void *)new_stack), &new_offset);
497 .offset = MMAP_OFFSET(new_offset),
/linux-master/sound/soc/sof/
H A Dipc3-dtrace.c246 static bool sof_dtrace_set_host_offset(struct sof_dtrace_priv *priv, u32 new_offset) argument
250 if (host_offset != new_offset) {
252 u32 ret = cmpxchg(&priv->host_offset, host_offset, new_offset);
/linux-master/include/uapi/linux/raid/
H A Dmd_p.h261 __le32 new_offset; /* signed number to add to data_offset in new member in struct:mdp_superblock_1
320 #define MD_FEATURE_NEW_OFFSET 64 /* new_offset must be honoured */
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c515 xfs_dir2_data_aoff_t new_offset; /* next offset value */ local
540 offset = new_offset + xfs_dir2_data_entsize(mp, oldsfep->namelen),
543 new_offset = xfs_dir2_sf_get_offset(oldsfep);
544 if (offset + add_datasize <= new_offset)
H A Dxfs_iext_tree.c436 xfs_fileoff_t new_offset,
448 node->keys[i] = new_offset;
433 xfs_iext_update_node( struct xfs_ifork *ifp, xfs_fileoff_t old_offset, xfs_fileoff_t new_offset, int level, void *ptr) argument
/linux-master/fs/jbd2/
H A Djournal.c337 unsigned int new_offset; local
366 new_offset = offset_in_folio(new_folio, jh_in->b_frozen_data);
369 new_offset = offset_in_folio(new_folio, jh2bh(jh_in)->b_data);
372 mapped_data = kmap_local_folio(new_folio, new_offset);
411 memcpy_from_folio(tmp, new_folio, new_offset, bh_in->b_size);
414 new_offset = offset_in_folio(new_folio, tmp);
430 mapped_data = kmap_local_folio(new_folio, new_offset);
435 folio_set_bh(new_bh, new_folio, new_offset);
/linux-master/net/devlink/
H A Dregion.c798 u64 *new_offset, struct netlink_ext_ack *extack)
809 *new_offset = start_offset;
827 *new_offset = curr_offset;
796 devlink_nl_region_read_fill(struct sk_buff *skb, devlink_chunk_fill_t *cb, void *cb_priv, u64 start_offset, u64 end_offset, u64 *new_offset, struct netlink_ext_ack *extack) argument
/linux-master/net/bridge/netfilter/
H A Debtables.c2097 unsigned int i, j, startoff, next_expected_off, new_offset = 0; local
2166 new_offset += ret;
2167 if (offsets_update && new_offset) {
2169 offsets_update[i], offsets[j] + new_offset);
2170 offsets_update[i] = offsets[j] + new_offset;
2177 ret = xt_compat_add_offset(NFPROTO_BRIDGE, offset, new_offset);
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c1162 u16 new_offset; local
1168 new_offset = RBUF_OVFL_CNT_V2;
1170 new_offset = RBUF_OVFL_CNT_V3PLUS;
1172 val = bcmgenet_rbuf_readl(priv, new_offset);
1175 bcmgenet_rbuf_writel(priv, 0, new_offset);
1179 new_offset = RBUF_ERR_CNT_V2;
1181 new_offset = RBUF_ERR_CNT_V3PLUS;
1183 val = bcmgenet_rbuf_readl(priv, new_offset);
1186 bcmgenet_rbuf_writel(priv, 0, new_offset);
/linux-master/drivers/md/
H A Dmd.c1242 unsigned long long new_offset);
1662 super_90_allow_new_offset(struct md_rdev *rdev, unsigned long long new_offset) argument
1665 return new_offset == 0;
1763 rdev->new_data_offset += (s32)le32_to_cpu(sb->new_offset);
2154 sb->new_offset = cpu_to_le32((__u32)(rdev->new_data_offset
2313 unsigned long long new_offset)
2317 if (new_offset >= rdev->data_offset)
2331 if (rdev->sb_start + (32+4)*2 > new_offset)
2336 bitmap->storage.file_pages * (PAGE_SIZE>>9) > new_offset)
2338 if (rdev->badblocks.sector + rdev->badblocks.size > new_offset)
2312 super_1_allow_new_offset(struct md_rdev *rdev, unsigned long long new_offset) argument
3342 unsigned long long new_offset; local
[all...]
/linux-master/fs/ocfs2/
H A Dxattr.c241 int *new_offset);
3750 int i, ret = 0, cmp = 1, block_off, new_offset; local
3778 &new_offset);
3785 xe_name = bucket_block(bucket, block_off) + new_offset;
4024 int *new_offset)
4034 *new_offset = name_offset % sb->s_blocksize;
4045 int i, block_off, new_offset; local
4056 &new_offset);
4061 new_offset;
4020 ocfs2_xattr_bucket_get_name_value(struct super_block *sb, struct ocfs2_xattr_header *xh, int index, int *block_off, int *new_offset) argument
/linux-master/fs/reiserfs/
H A Dinode.c677 loff_t new_offset = local
721 make_cpu_key(&key, inode, new_offset, TYPE_ANY, 3 /*key length */ );
722 if ((new_offset + inode->i_sb->s_blocksize - 1) > inode->i_size) {
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h2079 __le16 new_offset; member in struct:i40e_aqc_lldp_update_tlv

Completed in 310 milliseconds