Searched refs:pos1 (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dsys_ppc32.c73 u32, reg6, u32, pos1, u32, pos2)
75 return ksys_pread64(fd, ubuf, count, merge_64(pos1, pos2));
81 u32, reg6, u32, pos1, u32, pos2)
83 return ksys_pwrite64(fd, ubuf, count, merge_64(pos1, pos2));
/linux-master/arch/powerpc/include/asm/
H A Dsyscalls.h95 u32 reg6, u32 pos1, u32 pos2);
98 u32 reg6, u32 pos1, u32 pos2);
121 u32 reg6, u32 pos1, u32 pos2);
124 u32 reg6, u32 pos1, u32 pos2);
/linux-master/fs/reiserfs/
H A Dtail_conversion.c216 loff_t pos, pos1; /* position of first byte of the tail */ local
237 pos1 = pos;
259 if (pos != pos1)
267 pos1 + 1, TYPE_DIRECT, round_tail_len,
314 /* mark_file_with_tail (inode, pos1 + 1); */
315 REISERFS_I(inode)->i_first_direct_byte = pos1 + 1;
/linux-master/drivers/acpi/acpica/
H A Dutprint.c169 const char *pos1; local
172 pos1 = acpi_ut_put_number(ascii_string, number, 10, FALSE);
175 while (pos1 != ascii_string) {
176 *(pos2++) = *(--pos1);
/linux-master/drivers/thermal/
H A Dthermal_core.c653 struct thermal_zone_device *pos1; local
658 list_for_each_entry(pos1, &thermal_tz_list, node) {
659 if (pos1 == tz)
667 if (tz != pos1 || cdev != pos2)
/linux-master/drivers/gpu/drm/radeon/
H A Drs600.c72 u32 pos1, pos2; local
74 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]);
77 if (pos1 != pos2)
H A Devergreen.c1358 u32 pos1, pos2; local
1360 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]);
1363 if (pos1 != pos2)
/linux-master/fs/bcachefs/
H A Dfsck.c1351 struct bpos pos1, struct snapshots_seen *pos1_seen,
1362 BUG_ON(bkey_le(pos1, bkey_start_pos(&pos2)));
1364 bch2_trans_iter_init(trans, &iter1, btree, pos1,
1367 k1 = bch2_btree_iter_peek_upto(&iter1, POS(pos1.inode, U64_MAX));
1375 if (!bpos_eq(pos1, k1.k->p)) {
1377 bch2_bpos_to_text(&buf, pos1);
1392 k2 = bch2_btree_iter_peek_upto(&iter2, POS(pos1.inode, U64_MAX));
1413 pos1.snapshot >= pos2.p.snapshot ? "first" : "second");
1420 if (pos1.snapshot < pos2.p.snapshot) {
1438 if (pos1
1349 overlapping_extents_found(struct btree_trans *trans, enum btree_id btree, struct bpos pos1, struct snapshots_seen *pos1_seen, struct bkey pos2, bool *fixed, struct extent_end *extent_end) argument
[all...]
/linux-master/fs/
H A Ddax.c1992 loff_t pos1 = it_src->pos, pos2 = it_dest->pos; local
2009 ret = dax_iomap_direct_access(smap, pos1, ALIGN(pos1 + len, PAGE_SIZE),
/linux-master/sound/pci/
H A Dintel8x0.c2639 unsigned long pos, pos1, t; local
2684 pos1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb);
2685 if (pos1 == 0) {
2690 pos1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb))
2693 if (pos1 == 0) { /* oops, this value is not reliable */
2697 pos -= pos1 << ichdev->pos_shift;
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h264 uint64_t pos1:7; member in struct:cvmx_pip_bsel_ext_posx::cvmx_pip_bsel_ext_posx_s
270 uint64_t pos1:7;
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c1862 u8 *pos1 = tpg->lines[pat][p]; local
1866 for (x = 0; x < w; x++, pos1++, pos2++, dest++)
1867 *dest = ((u16)*pos1 + (u16)*pos2) / 2;
/linux-master/kernel/events/
H A Dcore.c3443 #define double_list_for_each_entry(pos1, pos2, head1, head2, member) \
3444 for (pos1 = list_first_entry(head1, typeof(*pos1), member), \
3446 !list_entry_is_head(pos1, head1, member) && \
3448 pos1 = list_next_entry(pos1, member), \
/linux-master/mm/
H A Dfilemap.c2546 static inline bool pos_same_folio(loff_t pos1, loff_t pos2, struct folio *folio) argument
2550 return (pos1 >> shift == pos2 >> shift);
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1512 low1, pos1, time_to = self.XPixelToData(x + 1)
1516 for i in xrange(pos0, pos1 + 1):

Completed in 251 milliseconds