Searched refs:offset_out (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 475 off_t offset_out, offset_in; in test4_lseek() local 480 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek() 481 if (offset_out != offset_in) { in test4_lseek() 487 offset_out = seek_adi(fd, offset_in, SEEK_SET); in test4_lseek() 488 if (offset_out < 0 && errno == EINVAL) in test4_lseek() 496 offset_out = seek_adi(fd, 0, SEEK_CUR); in test4_lseek() 497 if (offset_out != offset_in) { in test4_lseek() 502 offset_out = seek_adi(fd, OFFSET_ADD, SEEK_CUR); in test4_lseek() 503 if (offset_out != (offset_in + OFFSET_ADD)) { in test4_lseek() 508 offset_out = seek_adi(fd, OFFSET_SUBTRACT, SEEK_CUR); in test4_lseek() [all …]
|
/Linux-v4.19/arch/um/kernel/ |
D | physmem.c | 121 int phys_mapping(unsigned long phys, unsigned long long *offset_out) in phys_mapping() argument 127 *offset_out = phys; in phys_mapping() 136 *offset_out = phys - region->phys; in phys_mapping() 144 *offset_out = phys - iomem_size; in phys_mapping()
|
/Linux-v4.19/arch/um/include/shared/ |
D | mem.h | 9 extern int phys_mapping(unsigned long phys, unsigned long long *offset_out);
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_mr.c | 269 size_t *offset_out) in lookup_iova() argument 277 *offset_out = offset & mem->page_mask; in lookup_iova() 300 *offset_out = offset; in lookup_iova()
|