Searched refs:pos2 (Results 1 - 14 of 14) 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/drivers/pci/
H A Dvc.c106 int ctrl_pos, status_pos, id, pos2, evcc, i, ctrl_pos2, status_pos2; local
127 pos2 = pci_find_ext_capability(dev->bus->self, PCI_EXT_CAP_ID_VC);
128 if (!pos2)
131 pci_read_config_dword(dev->bus->self, pos2 + PCI_VC_PORT_CAP1, &cap1);
136 ctrl_pos2 = pos2 + PCI_VC_RES_CTRL +
138 status_pos2 = pos2 + PCI_VC_RES_STATUS +
/linux-master/drivers/acpi/acpica/
H A Dutprint.c170 char *pos2; local
173 pos2 = string;
176 *(pos2++) = *(--pos1);
179 *pos2 = 0;
/linux-master/drivers/thermal/
H A Dthermal_core.c654 struct thermal_cooling_device *pos2; local
662 list_for_each_entry(pos2, &thermal_cdev_list, node) {
663 if (pos2 == cdev)
667 if (tz != pos1 || cdev != pos2)
/linux-master/drivers/gpu/drm/radeon/
H A Drs600.c72 u32 pos1, pos2; local
75 pos2 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]);
77 if (pos1 != pos2)
H A Devergreen.c1358 u32 pos1, pos2; local
1361 pos2 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]);
1363 if (pos1 != pos2)
/linux-master/fs/bcachefs/
H A Dfsck.c1352 struct bkey pos2,
1362 BUG_ON(bkey_le(pos1, bkey_start_pos(&pos2)));
1379 bch2_bkey_to_text(&buf, &pos2);
1397 if (bpos_ge(k2.k->p, pos2.p))
1404 if (bpos_gt(k2.k->p, pos2.p) ||
1405 pos2.size != k2.k->size) {
1413 pos1.snapshot >= pos2.p.snapshot ? "first" : "second");
1420 if (pos1.snapshot < pos2.p.snapshot) {
1438 if (pos1.snapshot == pos2.p.snapshot) {
1443 extent_end->offset = bkey_start_offset(&pos2);
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
2014 ret = dax_iomap_direct_access(dmap, pos2, ALIGN(pos2 + len, PAGE_SIZE),
/linux-master/fs/overlayfs/
H A Dcopy_up.c233 static int ovl_verify_area(loff_t pos, loff_t pos2, loff_t len, loff_t totlen) argument
237 if (pos != pos2)
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h262 uint64_t pos2:7; member in struct:cvmx_pip_bsel_ext_posx::cvmx_pip_bsel_ext_posx_s
272 uint64_t pos2:7;
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c1863 u8 *pos2 = tpg->lines[next_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) \
3445 pos2 = list_first_entry(head2, typeof(*pos2), member); \
3447 !list_entry_is_head(pos2, head2, member); \
3449 pos2 = list_next_entry(pos2, 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);

Completed in 252 milliseconds