Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_synctask.c70 dst.dst_nowaiter = B_FALSE; in dsl_sync_task_common()
184 dst->dst_nowaiter = B_TRUE; in dsl_sync_task_nowait_common()
236 if (dst->dst_nowaiter) in dsl_sync_task_sync()
250 if (dst->dst_nowaiter) in dsl_sync_task_sync()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_synctask.h108 boolean_t dst_nowaiter; member