Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c143 struct send_thread_arg *to_arg; member
2066 to_arg->error_code = 0; in setup_to_thread()
2067 to_arg->cancel = B_FALSE; in setup_to_thread()
2068 to_arg->os = to_os; in setup_to_thread()
2069 to_arg->fromtxg = fromtxg; in setup_to_thread()
2074 to_arg->flags |= TRAVERSE_HARD; in setup_to_thread()
2132 smt_arg->to_arg = to_arg; in setup_merge_thread()
2355 struct send_thread_arg *to_arg; in dmu_send_impl() local
2438 to_arg = kmem_zalloc(sizeof (*to_arg), KM_SLEEP); in dmu_send_impl()
2577 bqueue_destroy(&to_arg->q); in dmu_send_impl()
[all …]