Searched refs:to_arg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c769 struct send_thread_arg to_arg = { 0 }; local
871 SET_BOOKMARK(&to_arg.resume, to_ds->ds_object, resumeobj, 0,
889 err = bqueue_init(&to_arg.q, zfs_send_queue_length,
891 to_arg.error_code = 0;
892 to_arg.cancel = B_FALSE;
893 to_arg.ds = to_ds;
894 to_arg.fromtxg = fromtxg;
895 to_arg.flags = TRAVERSE_PRE | TRAVERSE_PREFETCH;
896 (void) thread_create(NULL, 0, send_traverse_thread, &to_arg, 0, curproc,
900 to_data = bqueue_dequeue(&to_arg
[all...]

Completed in 100 milliseconds