Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Dstm32-romem.c73 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()
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_sh.c124 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()
H A 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dscif_ioctl.h155 __s64 roffset; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dscif_ioctl.h155 __s64 roffset; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dscif_ioctl.h155 __s64 roffset; member
/OK3568_Linux_fs/kernel/arch/microblaze/pci/
H A Dpci-common.c342 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()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci-common.c613 unsigned long roffset = offset + io_offset; in pci_mmap_legacy_page_range() local
617 if (roffset < rp->start || (roffset + size) > rp->end) in pci_mmap_legacy_page_range()
/OK3568_Linux_fs/kernel/mm/
H A Dswapfile.c1612 unsigned long roffset = swp_offset(entry); in swap_page_trans_huge_swapped() local
1613 unsigned long offset = round_down(roffset, SWAPFILE_CLUSTER); in swap_page_trans_huge_swapped()
1619 if (swap_count(map[roffset])) in swap_page_trans_huge_swapped()