Searched refs:to_arg (Results 1 – 1 of 1) sorted by relevance
143 struct send_thread_arg *to_arg; member1507 front_ranges[TO_IDX] = bqueue_dequeue(&smt_arg->to_arg->q); in send_merge_thread()1508 queues[TO_IDX] = &smt_arg->to_arg->q; in send_merge_thread()1529 if (smt_arg->to_arg->error_code != 0) { in send_merge_thread()1530 err = smt_arg->to_arg->error_code; in send_merge_thread()1542 smt_arg->to_arg->cancel = B_TRUE; in send_merge_thread()1724 uint64_t fromtxg = srta->smta->to_arg->fromtxg; in piggyback_unmodified_spill()2077 setup_to_thread(struct send_thread_arg *to_arg, objset_t *to_os, in setup_to_thread() argument2080 VERIFY0(bqueue_init(&to_arg->q, zfs_send_no_prefetch_queue_ff, in setup_to_thread()2083 to_arg->error_code = 0; in setup_to_thread()[all …]