Lines Matching refs:dssp
2079 dmu_sendstatus_t *dssp, uint64_t fromtxg, boolean_t rawok) in setup_to_thread() argument
2093 to_arg->num_blocks_visited = &dssp->dss_blocks; in setup_to_thread()
2100 redaction_list_t *from_rl, dmu_sendstatus_t *dssp) in setup_from_thread() argument
2109 from_arg->num_blocks_visited = &dssp->dss_blocks; in setup_from_thread()
2120 struct dmu_send_params *dspp, redaction_list_t *rl, dmu_sendstatus_t *dssp) in setup_redact_list_thread() argument
2132 rlt_arg->num_blocks_visited = &dssp->dss_blocks; in setup_redact_list_thread()
2234 dmu_sendstatus_t *dssp = kmem_zalloc(sizeof (*dssp), KM_SLEEP); in setup_send_progress() local
2235 dssp->dss_outfd = dspp->outfd; in setup_send_progress()
2236 dssp->dss_off = dspp->off; in setup_send_progress()
2237 dssp->dss_proc = curproc; in setup_send_progress()
2239 list_insert_head(&dspp->to_ds->ds_sendstreams, dssp); in setup_send_progress()
2241 return (dssp); in setup_send_progress()
2367 dmu_sendstatus_t *dssp; in dmu_send_impl() local
2462 dssp = setup_send_progress(dspp); in dmu_send_impl()
2563 setup_to_thread(to_arg, os, dssp, fromtxg, dspp->rawok); in dmu_send_impl()
2564 setup_from_thread(from_arg, from_rl, dssp); in dmu_send_impl()
2565 setup_redact_list_thread(rlt_arg, dspp, redact_rl, dssp); in dmu_send_impl()
2630 list_remove(&to_ds->ds_sendstreams, dssp); in dmu_send_impl()
2637 kmem_free(dssp, sizeof (dmu_sendstatus_t)); in dmu_send_impl()