/Linux-v5.4/drivers/nvmem/ |
D | stm32-romem.c | 73 u32 roffset, rbytes, val; in stm32_bsec_read() local 78 roffset = rounddown(offset, 4); in stm32_bsec_read() 82 if (roffset + rbytes > priv->cfg.size) in stm32_bsec_read() 85 for (i = roffset; (i < roffset + rbytes); i += 4) { in stm32_bsec_read()
|
/Linux-v5.4/include/linux/ |
D | scif.h | 673 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-v5.4/drivers/misc/mic/scif/ |
D | scif_dma.c | 1635 size_t len, off_t roffset, int flags, in scif_rma_copy() argument 1673 remote_req.offset = roffset; in scif_rma_copy() 1775 copy_work.dst_offset = roffset; in scif_rma_copy() 1778 copy_work.src_offset = roffset; in scif_rma_copy() 1824 off_t roffset, int flags) in scif_readfrom() argument 1830 epd, loffset, len, roffset, flags); in scif_readfrom() 1831 if (scif_unaligned(loffset, roffset)) { in scif_readfrom() 1835 roffset, flags, in scif_readfrom() 1840 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom() 1845 roffset, flags, SCIF_REMOTE_TO_LOCAL, true); in scif_readfrom() [all …]
|
D | scif_fd.c | 353 err = scif_readfrom(priv, copy.loffset, copy.len, copy.roffset, in scif_fdioctl() 368 err = scif_writeto(priv, copy.loffset, copy.len, copy.roffset, in scif_fdioctl() 384 copy.roffset, copy.flags); in scif_fdioctl() 399 copy.roffset, copy.flags); in scif_fdioctl()
|
/Linux-v5.4/net/netfilter/ipvs/ |
D | ip_vs_sh.c | 124 unsigned int offset, roffset; in ip_vs_sh_get_fallback() local 143 roffset = (offset + ihash) % IP_VS_SH_TAB_SIZE; in ip_vs_sh_get_fallback() 144 hash = ip_vs_sh_hashkey(svc->af, addr, port, roffset); in ip_vs_sh_get_fallback() 153 ntohs(dest->port), roffset); in ip_vs_sh_get_fallback()
|
D | ip_vs_mh.c | 251 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-v5.4/include/uapi/linux/ |
D | scif_ioctl.h | 155 __s64 roffset; member
|
/Linux-v5.4/arch/microblaze/pci/ |
D | pci-common.c | 342 unsigned long roffset = offset + io_offset; in pci_mmap_legacy_page_range() local 346 if (roffset < rp->start || (roffset + size) > rp->end) in pci_mmap_legacy_page_range()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | pci-common.c | 602 unsigned long roffset = offset + io_offset; in pci_mmap_legacy_page_range() local 606 if (roffset < rp->start || (roffset + size) > rp->end) in pci_mmap_legacy_page_range()
|
/Linux-v5.4/mm/ |
D | swapfile.c | 1543 unsigned long roffset = swp_offset(entry); in swap_page_trans_huge_swapped() local 1544 unsigned long offset = round_down(roffset, SWAPFILE_CLUSTER); in swap_page_trans_huge_swapped() 1550 if (swap_count(map[roffset])) in swap_page_trans_huge_swapped()
|