Searched refs:dst_rs (Results 1 – 2 of 2) sorted by relevance
280 rangeset_copy(struct rangeset *dst_rs, struct rangeset *src_rs) in rangeset_copy() argument286 MPASS(pctrie_is_empty(&dst_rs->rs_trie)); in rangeset_copy()288 MPASS(dst_rs->rs_dup_data == src_rs->rs_dup_data); in rangeset_copy()295 dst_r = dst_rs->rs_dup_data(dst_rs->rs_data_ctx, src_r); in rangeset_copy()300 error = RANGESET_PCTRIE_INSERT(&dst_rs->rs_trie, dst_r); in rangeset_copy()305 rangeset_remove_all(dst_rs); in rangeset_copy()
90 int rangeset_copy(struct rangeset *dst_rs, struct rangeset *src_rs);