Home
last modified time | relevance | path

Searched refs:roffset (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/linux/
Dscif.h673 roffset, int rma_flags);
749 roffset, int rma_flags);
828 int scif_vreadfrom(scif_epd_t epd, void *addr, size_t len, off_t roffset,
908 int scif_vwriteto(scif_epd_t epd, void *addr, size_t len, off_t roffset,
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_dma.c1656 size_t len, off_t roffset, int flags, in scif_rma_copy() argument
1694 remote_req.offset = roffset; in scif_rma_copy()
1796 copy_work.dst_offset = roffset; in scif_rma_copy()
1799 copy_work.src_offset = roffset; in scif_rma_copy()
1845 off_t roffset, int flags) in scif_readfrom() argument
1851 epd, loffset, len, roffset, flags); in scif_readfrom()
1852 if (scif_unaligned(loffset, roffset)) { in scif_readfrom()
1856 roffset, flags, in scif_readfrom()
1861 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()
1866 roffset, flags, SCIF_REMOTE_TO_LOCAL, true); in scif_readfrom()
[all …]
Dscif_fd.c362 err = scif_readfrom(priv, copy.loffset, copy.len, copy.roffset, in scif_fdioctl()
377 err = scif_writeto(priv, copy.loffset, copy.len, copy.roffset, in scif_fdioctl()
393 copy.roffset, copy.flags); in scif_fdioctl()
408 copy.roffset, copy.flags); in scif_fdioctl()
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_sh.c129 unsigned int offset, roffset; in ip_vs_sh_get_fallback() local
148 roffset = (offset + ihash) % IP_VS_SH_TAB_SIZE; in ip_vs_sh_get_fallback()
149 hash = ip_vs_sh_hashkey(svc->af, addr, port, roffset); in ip_vs_sh_get_fallback()
158 ntohs(dest->port), roffset); in ip_vs_sh_get_fallback()
Dip_vs_mh.c251 unsigned int offset, roffset; in ip_vs_mh_get_fallback() local
271 roffset = (offset + ihash) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback()
273 roffset) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback()
282 ntohs(dest->port), roffset); in ip_vs_mh_get_fallback()
/Linux-v4.19/include/uapi/linux/
Dscif_ioctl.h155 __s64 roffset; member
/Linux-v4.19/arch/microblaze/pci/
Dpci-common.c346 unsigned long roffset = offset + io_offset; in pci_mmap_legacy_page_range() local
350 if (roffset < rp->start || (roffset + size) > rp->end) in pci_mmap_legacy_page_range()
/Linux-v4.19/arch/powerpc/kernel/
Dpci-common.c600 unsigned long roffset = offset + io_offset; in pci_mmap_legacy_page_range() local
604 if (roffset < rp->start || (roffset + size) > rp->end) in pci_mmap_legacy_page_range()
/Linux-v4.19/mm/
Dswapfile.c1423 unsigned long roffset = swp_offset(entry); in swap_page_trans_huge_swapped() local
1424 unsigned long offset = round_down(roffset, SWAPFILE_CLUSTER); in swap_page_trans_huge_swapped()
1430 if (swap_count(map[roffset])) in swap_page_trans_huge_swapped()