Searched refs:dssp (Results 1 – 1 of 1) sorted by relevance
2078 dmu_sendstatus_t *dssp, uint64_t fromtxg, boolean_t rawok) in setup_to_thread() argument2092 to_arg->num_blocks_visited = &dssp->dss_blocks; in setup_to_thread()2099 redaction_list_t *from_rl, dmu_sendstatus_t *dssp) in setup_from_thread() argument2108 from_arg->num_blocks_visited = &dssp->dss_blocks; in setup_from_thread()2119 struct dmu_send_params *dspp, redaction_list_t *rl, dmu_sendstatus_t *dssp) in setup_redact_list_thread() argument2131 rlt_arg->num_blocks_visited = &dssp->dss_blocks; in setup_redact_list_thread()2233 dmu_sendstatus_t *dssp = kmem_zalloc(sizeof (*dssp), KM_SLEEP); in setup_send_progress() local2234 dssp->dss_outfd = dspp->outfd; in setup_send_progress()2235 dssp->dss_off = dspp->off; in setup_send_progress()2236 dssp->dss_proc = curproc; in setup_send_progress()[all …]