Searched refs:roffset (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/nvmem/ |
| H A D | stm32-romem.c | 79 u32 roffset, rbytes, val; in stm32_bsec_read() local 84 roffset = rounddown(offset, 4); in stm32_bsec_read() 88 if (roffset + rbytes > priv->cfg.size) in stm32_bsec_read() 91 for (i = roffset; (i < roffset + rbytes); i += 4) { in stm32_bsec_read()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_sh.c | 123 unsigned int offset, roffset; in ip_vs_sh_get_fallback() local 142 roffset = (offset + ihash) % IP_VS_SH_TAB_SIZE; in ip_vs_sh_get_fallback() 143 hash = ip_vs_sh_hashkey(svc->af, addr, port, roffset); in ip_vs_sh_get_fallback() 152 ntohs(dest->port), roffset); in ip_vs_sh_get_fallback()
|
| H A D | ip_vs_mh.c | 249 unsigned int offset, roffset; in ip_vs_mh_get_fallback() local 269 roffset = (offset + ihash) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback() 271 roffset) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback() 280 ntohs(dest->port), roffset); in ip_vs_mh_get_fallback()
|
| /linux/include/uapi/linux/ |
| H A D | scif_ioctl.h | 155 __s64 roffset; member
|
| /linux/arch/powerpc/kernel/ |
| H A D | pci-common.c | 688 unsigned long roffset = offset + io_offset; in pci_mmap_legacy_page_range() local 692 if (roffset < rp->start || (roffset + size) > rp->end) in pci_mmap_legacy_page_range()
|
| /linux/mm/ |
| H A D | swapfile.c | 1800 unsigned long roffset = swp_offset(entry); in swap_page_trans_huge_swapped() local 1801 unsigned long offset = round_down(roffset, nr_pages); in swap_page_trans_huge_swapped() 1807 if (map[roffset]) in swap_page_trans_huge_swapped()
|