Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_send.c143 struct send_thread_arg *to_arg; member
1567 smt_arg->to_arg->cancel = B_TRUE; in send_merge_thread()
2050 to_arg->error_code = 0; in setup_to_thread()
2051 to_arg->cancel = B_FALSE; in setup_to_thread()
2052 to_arg->os = to_os; in setup_to_thread()
2053 to_arg->fromtxg = fromtxg; in setup_to_thread()
2114 smt_arg->to_arg = to_arg; in setup_merge_thread()
2336 struct send_thread_arg *to_arg; in dmu_send_impl() local
2419 to_arg = kmem_zalloc(sizeof (*to_arg), KM_SLEEP); in dmu_send_impl()
2559 bqueue_destroy(&to_arg->q); in dmu_send_impl()
[all …]