Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rds/
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()
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()
/kernel/linux/linux-5.10/fs/xfs/
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()
/kernel/linux/linux-5.10/include/linux/
Dbpf_verifier.h340 u32 map_off; /* offset from value base address */ member
/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c3810 int map_off = off + reg->var_off.value; in check_mem_access() local
3813 err = bpf_map_direct_read(map, map_off, size, in check_mem_access()
8266 dst_reg->off = aux->map_off; in check_ld_imm()
10476 aux->map_off = off; in resolve_pseudo_ldimm64()