Searched refs:to_data (Results 1 – 1 of 1) sorted by relevance
822 struct send_block_record *to_data; in dmu_send_impl() local823 to_data = bqueue_dequeue(&to_arg.q); in dmu_send_impl()825 while (!to_data->eos_marker && err == 0) { in dmu_send_impl()826 err = do_dump(dsp, to_data); in dmu_send_impl()827 to_data = get_next_record(&to_arg.q, to_data); in dmu_send_impl()834 while (!to_data->eos_marker) { in dmu_send_impl()835 to_data = get_next_record(&to_arg.q, to_data); in dmu_send_impl()838 kmem_free(to_data, sizeof (*to_data)); in dmu_send_impl()