Searched refs:roffset (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/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-v6.1/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 | 250 unsigned int offset, roffset; in ip_vs_mh_get_fallback() local 270 roffset = (offset + ihash) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback() 272 roffset) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback() 281 ntohs(dest->port), roffset); in ip_vs_mh_get_fallback()
|
/Linux-v6.1/include/uapi/linux/ |
D | scif_ioctl.h | 155 __s64 roffset; member
|
/Linux-v6.1/arch/microblaze/pci/ |
D | pci-common.c | 291 unsigned long roffset = offset + io_offset; in pci_mmap_legacy_page_range() local 295 if (roffset < rp->start || (roffset + size) > rp->end) in pci_mmap_legacy_page_range()
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | pci-common.c | 689 unsigned long roffset = offset + io_offset; in pci_mmap_legacy_page_range() local 693 if (roffset < rp->start || (roffset + size) > rp->end) in pci_mmap_legacy_page_range()
|
/Linux-v6.1/mm/ |
D | swapfile.c | 1534 unsigned long roffset = swp_offset(entry); in swap_page_trans_huge_swapped() local 1535 unsigned long offset = round_down(roffset, SWAPFILE_CLUSTER); in swap_page_trans_huge_swapped() 1541 if (swap_count(map[roffset])) in swap_page_trans_huge_swapped()
|