Home
last modified time | relevance | path

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

/linux/net/rds/
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()
A Dib_recv.c786 unsigned int map_off; in rds_ib_cong_recv() local
801 map_off = 0; in rds_ib_cong_recv()
812 to_copy = min(RDS_FRAG_SIZE - frag_off, PAGE_SIZE - map_off); in rds_ib_cong_recv()
818 dst = (void *)map->m_page_addrs[map_page] + map_off; in rds_ib_cong_recv()
829 map_off += to_copy; in rds_ib_cong_recv()
830 if (map_off == PAGE_SIZE) { in rds_ib_cong_recv()
831 map_off = 0; in rds_ib_cong_recv()
/linux/fs/xfs/
A Dxfs_dir2_readdir.c255 xfs_dablk_t map_off; in xfs_dir2_leaf_readbuf() local
271 map_off = xfs_dir2_db_to_da(geo, xfs_dir2_byte_to_db(geo, *cur_off)); in xfs_dir2_leaf_readbuf()
272 if (!xfs_iext_lookup_extent(dp, ifp, map_off, &icur, &map)) in xfs_dir2_leaf_readbuf()
276 xfs_trim_extent(&map, map_off, last_da - map_off); in xfs_dir2_leaf_readbuf()
/linux/include/linux/
A Dbpf_verifier.h342 u32 map_off; /* offset from value base address */ member
/linux/kernel/bpf/
A Dverifier.c4356 int map_off = off + reg->var_off.value; in check_mem_access() local
4359 err = bpf_map_direct_read(map, map_off, size, in check_mem_access()
5409 int map_off; in check_func_arg() local
5433 map_off = reg->off + reg->var_off.value; in check_func_arg()
5434 err = map->ops->map_direct_value_addr(map, &map_addr, map_off); in check_func_arg()
5441 if (!strnchr(str_ptr + map_off, map->value_size - map_off, 0)) { in check_func_arg()
9437 dst_reg->off = aux->map_off; in check_ld_imm()
11851 aux->map_off = off; in resolve_pseudo_ldimm64()

Completed in 41 milliseconds