Home
last modified time | relevance | path

Searched refs:off1 (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/fs/jfs/
Djfs_xtree.h21 __u8 off1; /* 1: offset in unit of fsblksize */ member
34 (xad)->off1 = ((u64)offset64) >> 32;\
42 ( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2))
/Linux-v5.15/include/linux/
Ddmaengine.h1216 size_t off1, size_t off2, size_t len) in dmaengine_check_align() argument
1218 return !(((1 << align) - 1) & (off1 | off2 | len)); in dmaengine_check_align()
1221 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned() argument
1224 return dmaengine_check_align(dev->copy_align, off1, off2, len); in is_dma_copy_aligned()
1227 static inline bool is_dma_xor_aligned(struct dma_device *dev, size_t off1, in is_dma_xor_aligned() argument
1230 return dmaengine_check_align(dev->xor_align, off1, off2, len); in is_dma_xor_aligned()
1233 static inline bool is_dma_pq_aligned(struct dma_device *dev, size_t off1, in is_dma_pq_aligned() argument
1236 return dmaengine_check_align(dev->pq_align, off1, off2, len); in is_dma_pq_aligned()
1239 static inline bool is_dma_fill_aligned(struct dma_device *dev, size_t off1, in is_dma_fill_aligned() argument
1242 return dmaengine_check_align(dev->fill_align, off1, off2, len); in is_dma_fill_aligned()
/Linux-v5.15/drivers/soundwire/
Dbus.h177 int off1, int off2, in sdw_fill_xport_params() argument
185 params->offset1 = off1; in sdw_fill_xport_params()
Dqcom.c115 u8 off1; member
729 value = pcfg->off1 << SWRM_DP_PORT_CTRL_OFFSET1_SHFT; in qcom_swrm_transport_params()
841 p_rt->transport_params.offset1 = pcfg->off1; in qcom_swrm_compute_params()
1097 u8 off1[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local
1137 off1, nports); in qcom_swrm_get_port_config()
1182 ctrl->pconfig[i + 1].off1 = off1[i]; in qcom_swrm_get_port_config()
/Linux-v5.15/arch/x86/net/
Dbpf_jit_comp.c419 int off1 = 42; in emit_bpf_tail_call_indirect() local
428 off1 += pop_bytes; in emit_bpf_tail_call_indirect()
433 off1 += 7; in emit_bpf_tail_call_indirect()
451 #define OFFSET1 (off1 + RETPOLINE_RCX_BPF_JIT_SIZE) /* Number of bytes to jump */ in emit_bpf_tail_call_indirect()
509 int off1 = 20; in emit_bpf_tail_call_direct() local
517 off1 += pop_bytes; in emit_bpf_tail_call_direct()
529 off1 += 7; in emit_bpf_tail_call_direct()
538 EMIT2(X86_JA, off1); /* ja out */ in emit_bpf_tail_call_direct()
/Linux-v5.15/drivers/gpu/drm/lima/
Dlima_device.c32 #define LIMA_IP_DESC(ipname, mst0, mst1, off0, off1, func, irq) \ argument
42 [lima_gpu_mali450] = off1, \
/Linux-v5.15/fs/btrfs/
Dsend.c6787 unsigned long off1, off2; in tree_compare_item() local
6794 off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]); in tree_compare_item()
6798 read_extent_buffer(left_path->nodes[0], tmp_buf, off1, len1); in tree_compare_item()