Searched refs:map_off (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/net/rds/ |
D | tcp_recv.c | 110 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()
|
D | ib_recv.c | 780 unsigned int map_off; in rds_ib_cong_recv() local 795 map_off = 0; in rds_ib_cong_recv() 806 to_copy = min(RDS_FRAG_SIZE - frag_off, PAGE_SIZE - map_off); in rds_ib_cong_recv() 812 dst = (void *)map->m_page_addrs[map_page] + map_off; in rds_ib_cong_recv() 823 map_off += to_copy; in rds_ib_cong_recv() 824 if (map_off == PAGE_SIZE) { in rds_ib_cong_recv() 825 map_off = 0; in rds_ib_cong_recv()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_dir2_readdir.c | 250 xfs_dablk_t map_off; in xfs_dir2_leaf_readbuf() local 268 map_off = xfs_dir2_db_to_da(geo, xfs_dir2_byte_to_db(geo, *cur_off)); in xfs_dir2_leaf_readbuf() 269 if (!xfs_iext_lookup_extent(dp, ifp, map_off, &icur, &map)) in xfs_dir2_leaf_readbuf() 273 xfs_trim_extent(&map, map_off, last_da - map_off); in xfs_dir2_leaf_readbuf()
|
/Linux-v5.4/include/linux/ |
D | bpf_verifier.h | 299 u32 map_off; /* offset from value base address */ member
|
/Linux-v5.4/kernel/bpf/ |
D | verifier.c | 5979 regs[insn->dst_reg].off = aux->map_off; in check_ld_imm() 7985 aux->map_off = off; in replace_map_fd_with_map_ptr()
|