Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c70 dst.dst_nowaiter = B_FALSE; in dsl_sync_task_common()
186 dst->dst_nowaiter = B_TRUE; in dsl_sync_task_nowait_common()
240 if (dst->dst_nowaiter) in dsl_sync_task_sync()
254 if (dst->dst_nowaiter) in dsl_sync_task_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h108 boolean_t dst_nowaiter; member