| /linux/net/strparser/ |
| H A D | strparser.c | 90 unsigned int orig_offset, size_t orig_len, in __strp_recv() argument 107 if (unlikely(orig_offset)) { in __strp_recv() 119 if (!pskb_pull(orig_skb, orig_offset)) { in __strp_recv() 126 orig_offset = 0; in __strp_recv() 188 stm->strp.offset = orig_offset + eaten; in __strp_recv() 318 unsigned int orig_offset, size_t orig_len, in strp_process() argument 325 return __strp_recv(&desc, orig_skb, orig_offset, orig_len, in strp_process() 331 unsigned int orig_offset, size_t orig_len) in strp_recv() argument 335 return __strp_recv(desc, orig_skb, orig_offset, orig_len, in strp_recv()
|
| /linux/arch/arm64/kernel/ |
| H A D | alternative.c | 24 #define ALT_ORIG_PTR(a) __ALT_PTR(a, orig_offset) 81 s32 orig_offset, new_offset; in get_alt_insn() local 89 orig_offset = aarch64_insn_adrp_get_offset(insn); in get_alt_insn() 90 target = align_down(altinsnptr, SZ_4K) + orig_offset; in get_alt_insn()
|
| /linux/arch/parisc/kernel/ |
| H A D | alternative.c | 52 from = (u32 *)((ulong)&entry->orig_offset + entry->orig_offset); in apply_alternatives()
|
| /linux/arch/arm64/include/asm/ |
| H A D | alternative.h | 14 s32 orig_offset; /* offset to original instruction */ member
|
| /linux/arch/parisc/include/asm/ |
| H A D | alternative.h | 24 s32 orig_offset; /* offset to original instructions */ member
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_seq_pdu_list.h | 77 u32 orig_offset; member
|
| H A D | iscsi_target_seq_pdu_list.c | 323 seq[seq_no].orig_offset = offset; in iscsit_do_build_pdu_and_seq_lists() 677 cmd->seq_list[i].orig_offset, cmd->seq_list[i].xfer_len, in iscsit_get_seq_holder() 680 if ((cmd->seq_list[i].orig_offset + in iscsit_get_seq_holder()
|
| H A D | iscsi_target_erl1.c | 705 *r2t_offset = seq->orig_offset; in iscsit_recalculate_dataout_values() 708 cmd->write_data_done -= (seq->offset - seq->orig_offset); in iscsit_recalculate_dataout_values() 713 seq->offset = seq->orig_offset; in iscsit_recalculate_dataout_values()
|
| /linux/include/net/ |
| H A D | strparser.h | 167 unsigned int orig_offset, size_t orig_len,
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_bmap.c | 3343 xfs_fileoff_t orig_offset, in xfs_bmap_process_allocated_extent() argument 3361 ap->offset = orig_offset; in xfs_bmap_process_allocated_extent() 3362 else if (ap->offset + ap->length < orig_offset + orig_length) in xfs_bmap_process_allocated_extent() 3363 ap->offset = orig_offset + orig_length - ap->length; in xfs_bmap_process_allocated_extent() 3643 xfs_fileoff_t orig_offset; in xfs_bmap_btalloc() local 3649 orig_offset = ap->offset; in xfs_bmap_btalloc() 3668 xfs_bmap_process_allocated_extent(ap, &args, orig_offset, in xfs_bmap_btalloc()
|
| /linux/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_hwi.c | 1502 u32 orig_offset = offset; in bnx2fc_init_seq_cleanup_task() local 1564 task->rxwr_only.rx_seq_ctx.low_exp_ro = orig_offset; in bnx2fc_init_seq_cleanup_task() 1565 task->rxwr_only.rx_seq_ctx.high_exp_ro = orig_offset; in bnx2fc_init_seq_cleanup_task()
|
| /linux/kernel/time/ |
| H A D | timekeeping.c | 2327 u64 offset, orig_offset; in __timekeeping_advance() local 2336 orig_offset = offset; in __timekeeping_advance() 2374 if (orig_offset != offset) in __timekeeping_advance()
|
| /linux/Documentation/networking/ |
| H A D | strparser.rst | 85 unsigned int orig_offset, size_t orig_len,
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 1141 int orig_offset) in mptcp_carve_data_frag() argument 1143 int offset = ALIGN(orig_offset, sizeof(long)); in mptcp_carve_data_frag() 1149 dfrag->overhead = offset - orig_offset + sizeof(struct mptcp_data_frag); in mptcp_carve_data_frag()
|
| /linux/tools/perf/util/ |
| H A D | header.c | 2367 u64 limit = offset + size, orig_offset = offset; in perf_header__read_build_ids() local 2396 if (lseek(input, orig_offset, SEEK_SET) == (off_t)-1) in perf_header__read_build_ids()
|