Searched refs:to_arg (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dmu_send.c | 700 struct send_thread_arg to_arg = { 0 }; in dmu_send_impl() local 793 SET_BOOKMARK(&to_arg.resume, to_ds->ds_object, resumeobj, 0, in dmu_send_impl() 811 err = bqueue_init(&to_arg.q, zfs_send_queue_length, in dmu_send_impl() 813 to_arg.error_code = 0; in dmu_send_impl() 814 to_arg.cancel = B_FALSE; in dmu_send_impl() 815 to_arg.ds = to_ds; in dmu_send_impl() 816 to_arg.fromtxg = fromtxg; in dmu_send_impl() 817 to_arg.flags = TRAVERSE_PRE | TRAVERSE_PREFETCH; in dmu_send_impl() 818 (void) thread_create(NULL, 0, send_traverse_thread, &to_arg, 0, curproc, in dmu_send_impl() 822 to_data = bqueue_dequeue(&to_arg.q); in dmu_send_impl() [all …]
|