Home
last modified time | relevance | path

Searched refs:off2 (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/fs/cachefiles/
Dio.c102 loff_t off = start_pos, off2; in cachefiles_read() local
104 off2 = cachefiles_inject_read_error(); in cachefiles_read()
105 if (off2 == 0) in cachefiles_read()
106 off2 = vfs_llseek(file, off, SEEK_DATA); in cachefiles_read()
107 if (off2 < 0 && off2 >= (loff_t)-MAX_ERRNO && off2 != -ENXIO) { in cachefiles_read()
109 ret = off2; in cachefiles_read()
113 if (off2 == -ENXIO || off2 >= start_pos + len) { in cachefiles_read()
128 skipped = off2 - off; in cachefiles_read()
203 loff_t off, off2; in cachefiles_query_occupancy() local
229 off2 = cachefiles_inject_read_error(); in cachefiles_query_occupancy()
[all …]
/Linux-v6.6/drivers/iio/pressure/
Dms5611_core.c132 s64 off2, sens2, t2; in ms5611_temp_and_pressure_compensate() local
135 off2 = (5 * (t - 2000) * (t - 2000)) >> 1; in ms5611_temp_and_pressure_compensate()
136 sens2 = off2 >> 1; in ms5611_temp_and_pressure_compensate()
141 off2 += 7 * tmp; in ms5611_temp_and_pressure_compensate()
146 off -= off2; in ms5611_temp_and_pressure_compensate()
168 s64 off2, sens2, t2, tmp; in ms5607_temp_and_pressure_compensate() local
172 off2 = (61 * tmp) >> 4; in ms5607_temp_and_pressure_compensate()
177 off2 += 15 * tmp; in ms5607_temp_and_pressure_compensate()
182 off -= off2; in ms5607_temp_and_pressure_compensate()
/Linux-v6.6/arch/arm64/lib/
Dstrcmp.S39 #define off2 x10 macro
57 sub off2, src2, src1
60 tst off2, 7
67 ldr data2, [src1, off2]
112 ldr data2, [src1, off2]
154 ldr data2, [src1, off2]
/Linux-v6.6/fs/jfs/
Djfs_xtree.h22 __le32 off2; /* 4: offset in unit of fsblksize */ member
35 (xad)->off2 = __cpu_to_le32((offset64) & 0xffffffff);\
42 ( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2))
/Linux-v6.6/drivers/scsi/mvsas/
Dmv_chips.h59 u32 off2, u32 port) in mvs_read_port() argument
62 void __iomem *regs2 = mvi->regs + off2; in mvs_read_port()
67 static inline void mvs_write_port(struct mvs_info *mvi, u32 off, u32 off2, in mvs_write_port() argument
71 void __iomem *regs2 = mvi->regs + off2; in mvs_write_port()
/Linux-v6.6/include/linux/
Ddmaengine.h1218 size_t off1, size_t off2, size_t len) in dmaengine_check_align() argument
1220 return !(((1 << align) - 1) & (off1 | off2 | len)); in dmaengine_check_align()
1224 size_t off2, size_t len) in is_dma_copy_aligned() argument
1226 return dmaengine_check_align(dev->copy_align, off1, off2, len); in is_dma_copy_aligned()
1230 size_t off2, size_t len) in is_dma_xor_aligned() argument
1232 return dmaengine_check_align(dev->xor_align, off1, off2, len); in is_dma_xor_aligned()
1236 size_t off2, size_t len) in is_dma_pq_aligned() argument
1238 return dmaengine_check_align(dev->pq_align, off1, off2, len); in is_dma_pq_aligned()
1242 size_t off2, size_t len) in is_dma_fill_aligned() argument
1244 return dmaengine_check_align(dev->fill_align, off1, off2, len); in is_dma_fill_aligned()
/Linux-v6.6/drivers/iio/common/ms_sensors/
Dms_sensors_i2c.c625 s64 off, sens, t2, off2, sens2; in ms_sensors_read_temp_and_pressure() local
662 off2 = (61 * tmp * tmp) >> 4; in ms_sensors_read_temp_and_pressure()
668 off2 += 17 * tmp * tmp; in ms_sensors_read_temp_and_pressure()
673 off2 = 0; in ms_sensors_read_temp_and_pressure()
679 off -= off2; in ms_sensors_read_temp_and_pressure()
/Linux-v6.6/fs/hfs/
Dmdb.c79 int off2, len, size, sect; in hfs_mdb_get() local
190 off2 = off & (sb->s_blocksize - 1); in hfs_mdb_get()
191 len = min((int)sb->s_blocksize - off2, size); in hfs_mdb_get()
192 memcpy(ptr, bh->b_data + off2, len); in hfs_mdb_get()
/Linux-v6.6/drivers/soundwire/
Dbus.h172 int off1, int off2, in sdw_fill_xport_params() argument
181 params->offset2 = off2; in sdw_fill_xport_params()
Dqcom.c151 u8 off2; member
968 value |= pcfg->off2 << SWRM_DP_PORT_CTRL_OFFSET2_SHFT; in qcom_swrm_transport_params()
1088 p_rt->transport_params.offset2 = pcfg->off2; in qcom_swrm_compute_params()
1366 u8 off2[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local
1414 off2, nports); in qcom_swrm_get_port_config()
1459 ctrl->pconfig[i + 1].off2 = off2[i]; in qcom_swrm_get_port_config()
/Linux-v6.6/net/sched/
Dcls_u32.c117 int off2 = 0; in u32_classify() local
151 int toff = off + key->off + (off2 & key->offmask); in u32_classify()
218 off2 = n->sel.off + 3; in u32_classify()
227 off2 += ntohs(n->sel.offmask & *data) >> in u32_classify()
230 off2 &= ~3; in u32_classify()
233 off += off2; in u32_classify()
234 off2 = 0; in u32_classify()
/Linux-v6.6/fs/btrfs/
Dsend.c7522 unsigned long off1, off2; in tree_compare_item() local
7530 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item()
7535 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1); in tree_compare_item()
/Linux-v6.6/Documentation/driver-api/usb/
Dpower-management.rst597 http://dl.dropbox.com/u/96820575/sarah-sharp-lpt-port-power-off2-mini.pdf