Home
last modified time | relevance | path

Searched refs:offset_out (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c471 off_t offset_out, offset_in; in test4_lseek() local
476 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek()
477 if (offset_out != offset_in) { in test4_lseek()
483 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek()
484 if (offset_out < 0 && errno == EINVAL) in test4_lseek()
492 offset_out = seek_adi(fd, 0, SEEK_CUR); in test4_lseek()
493 if (offset_out != offset_in) { in test4_lseek()
498 offset_out = seek_adi(fd, OFFSET_ADD, SEEK_CUR); in test4_lseek()
499 if (offset_out != (offset_in + OFFSET_ADD)) { in test4_lseek()
504 offset_out = seek_adi(fd, OFFSET_SUBTRACT, SEEK_CUR); in test4_lseek()
[all …]
/linux/arch/um/kernel/
H A Dphysmem.c100 int phys_mapping(unsigned long phys, unsigned long long *offset_out) in phys_mapping() argument
106 *offset_out = phys; in phys_mapping()
/linux/drivers/gpu/drm/xe/
H A Dxe_gsc_submit.c113 struct iosys_map *out, u32 offset_out) in xe_gsc_check_and_update_pending() argument
115 if (mtl_gsc_header_rd(xe, out, offset_out, flags) & GSC_OUTFLAG_MSG_PENDING) { in xe_gsc_check_and_update_pending()
116 u64 handle = mtl_gsc_header_rd(xe, out, offset_out, gsc_message_handle); in xe_gsc_check_and_update_pending()
H A Dxe_gsc_submit.h21 struct iosys_map *out, u32 offset_out);
/linux/arch/um/include/shared/
H A Dmem.h9 extern int phys_mapping(unsigned long phys, unsigned long long *offset_out);