Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dtail_conversion.c216 loff_t pos, pos1; /* position of first byte of the tail */ in indirect2direct() local
237 pos1 = pos; in indirect2direct()
259 if (pos != pos1) in indirect2direct()
267 pos1 + 1, TYPE_DIRECT, round_tail_len, in indirect2direct()
314 /* mark_file_with_tail (inode, pos1 + 1); */ in indirect2direct()
315 REISERFS_I(inode)->i_first_direct_byte = pos1 + 1; in indirect2direct()
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dtail_conversion.c216 loff_t pos, pos1; /* position of first byte of the tail */ in indirect2direct() local
237 pos1 = pos; in indirect2direct()
259 if (pos != pos1) in indirect2direct()
267 pos1 + 1, TYPE_DIRECT, round_tail_len, in indirect2direct()
314 /* mark_file_with_tail (inode, pos1 + 1); */ in indirect2direct()
315 REISERFS_I(inode)->i_first_direct_byte = pos1 + 1; in indirect2direct()
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsys_ppc32.c73 u32, reg6, u32, pos1, u32, pos2) in PPC32_SYSCALL_DEFINE6()
75 return ksys_pread64(fd, ubuf, count, merge_64(pos1, pos2)); in PPC32_SYSCALL_DEFINE6()
81 u32, reg6, u32, pos1, u32, pos2) in PPC32_SYSCALL_DEFINE6()
83 return ksys_pwrite64(fd, ubuf, count, merge_64(pos1, pos2)); in PPC32_SYSCALL_DEFINE6()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutprint.c169 const char *pos1; in acpi_ut_print_number() local
172 pos1 = acpi_ut_put_number(ascii_string, number, 10, FALSE); in acpi_ut_print_number()
175 while (pos1 != ascii_string) { in acpi_ut_print_number()
176 *(pos2++) = *(--pos1); in acpi_ut_print_number()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutprint.c169 const char *pos1; in acpi_ut_print_number() local
172 pos1 = acpi_ut_put_number(ascii_string, number, 10, FALSE); in acpi_ut_print_number()
175 while (pos1 != ascii_string) { in acpi_ut_print_number()
176 *(pos2++) = *(--pos1); in acpi_ut_print_number()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_core.c829 struct thermal_zone_device *pos1; in thermal_zone_bind_cooling_device() local
837 list_for_each_entry(pos1, &thermal_tz_list, node) { in thermal_zone_bind_cooling_device()
838 if (pos1 == tz) in thermal_zone_bind_cooling_device()
846 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_core.c634 struct thermal_zone_device *pos1; in thermal_zone_bind_cooling_device() local
645 list_for_each_entry(pos1, &thermal_tz_list, node) { in thermal_zone_bind_cooling_device()
646 if (pos1 == tz) in thermal_zone_bind_cooling_device()
654 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
/kernel/linux/linux-6.6/sound/pci/
H A Dintel8x0.c2644 unsigned long pos, pos1, t; in intel8x0_measure_ac97_clock() local
2689 pos1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb); in intel8x0_measure_ac97_clock()
2690 if (pos1 == 0) { in intel8x0_measure_ac97_clock()
2695 pos1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb)) in intel8x0_measure_ac97_clock()
2698 if (pos1 == 0) { /* oops, this value is not reliable */ in intel8x0_measure_ac97_clock()
2702 pos -= pos1 << ichdev->pos_shift; in intel8x0_measure_ac97_clock()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Drs600.c71 u32 pos1, pos2; in avivo_is_counter_moving() local
73 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving()
76 if (pos1 != pos2) in avivo_is_counter_moving()
H A Devergreen.c1361 u32 pos1, pos2; in dce4_is_counter_moving() local
1363 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving()
1366 if (pos1 != pos2) in dce4_is_counter_moving()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Drs600.c73 u32 pos1, pos2; in avivo_is_counter_moving() local
75 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving()
78 if (pos1 != pos2) in avivo_is_counter_moving()
H A Devergreen.c1357 u32 pos1, pos2; in dce4_is_counter_moving() local
1359 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving()
1362 if (pos1 != pos2) in dce4_is_counter_moving()
/kernel/linux/linux-5.10/sound/pci/
H A Dintel8x0.c2669 unsigned long pos, pos1, t; in intel8x0_measure_ac97_clock() local
2712 pos1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb); in intel8x0_measure_ac97_clock()
2713 if (pos1 == 0) { in intel8x0_measure_ac97_clock()
2718 pos1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb)) in intel8x0_measure_ac97_clock()
2721 if (pos1 == 0) { /* oops, this value is not reliable */ in intel8x0_measure_ac97_clock()
2725 pos -= pos1 << ichdev->pos_shift; in intel8x0_measure_ac97_clock()
/kernel/linux/linux-6.6/fs/
H A Ddax.c1992 loff_t pos1 = it_src->pos, pos2 = it_dest->pos; in dax_range_compare_iter() local
2009 ret = dax_iomap_direct_access(smap, pos1, ALIGN(pos1 + len, PAGE_SIZE), in dax_range_compare_iter()
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c1856 u8 *pos1 = tpg->lines[pat][p]; in tpg_precalculate_line() local
1860 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line()
1861 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c1862 u8 *pos1 = tpg->lines[pat][p]; in tpg_precalculate_line() local
1866 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line()
1867 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h264 uint64_t pos1:7; member
270 uint64_t pos1:7;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h264 uint64_t pos1:7; member
270 uint64_t pos1:7;
/kernel/linux/linux-6.6/mm/
H A Dfilemap.c2597 static inline bool pos_same_folio(loff_t pos1, loff_t pos2, struct folio *folio) in pos_same_folio() argument
2601 return (pos1 >> shift == pos2 >> shift); in pos_same_folio()
/kernel/linux/linux-6.6/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), \
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1511 low1, pos1, time_to = self.XPixelToData(x + 1)
1515 for i in xrange(pos0, pos1 + 1):
/kernel/linux/linux-6.6/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 78 milliseconds