Home
last modified time | relevance | path

Searched refs:map_off (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/rds/
H A Dtcp_recv.c110 unsigned int map_off; in rds_tcp_cong_recv() local
120 map_off = 0; in rds_tcp_cong_recv()
126 to_copy = min_t(unsigned int, PAGE_SIZE - map_off, in rds_tcp_cong_recv()
133 (void *)map->m_page_addrs[map_page] + map_off, in rds_tcp_cong_recv()
138 map_off += to_copy; in rds_tcp_cong_recv()
139 if (map_off == PAGE_SIZE) { in rds_tcp_cong_recv()
140 map_off = 0; in rds_tcp_cong_recv()
H A Dib_recv.c787 unsigned int map_off; in rds_ib_cong_recv() local
802 map_off = 0; in rds_ib_cong_recv()
813 to_copy = min(RDS_FRAG_SIZE - frag_off, PAGE_SIZE - map_off); in rds_ib_cong_recv()
819 dst = (void *)map->m_page_addrs[map_page] + map_off; in rds_ib_cong_recv()
830 map_off += to_copy; in rds_ib_cong_recv()
831 if (map_off == PAGE_SIZE) { in rds_ib_cong_recv()
832 map_off = 0; in rds_ib_cong_recv()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_dir2_readdir.c255 xfs_dablk_t map_off; in xfs_dir2_leaf_readbuf() local
273 map_off = xfs_dir2_db_to_da(geo, xfs_dir2_byte_to_db(geo, *cur_off)); in xfs_dir2_leaf_readbuf()
274 if (!xfs_iext_lookup_extent(dp, ifp, map_off, &icur, &map)) in xfs_dir2_leaf_readbuf()
278 xfs_trim_extent(&map, map_off, last_da - map_off); in xfs_dir2_leaf_readbuf()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h339 u32 map_off; /* offset from value base address */ member
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c3779 int map_off = off + reg->var_off.value; in check_mem_access() local
3782 err = bpf_map_direct_read(map, map_off, size, in check_mem_access()
8180 dst_reg->off = aux->map_off; in check_ld_imm()
10393 aux->map_off = off; in resolve_pseudo_ldimm64()