Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h93 extern boolean_t txg_wait_synced_sig(struct dsl_pool *dp, uint64_t txg);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c88 if (sigfunc != NULL && txg_wait_synced_sig(dp, dst.dst_txg)) { in dsl_sync_task_common()
H A Dtxg.c685 txg_wait_synced_sig(dsl_pool_t *dp, uint64_t txg) in txg_wait_synced_sig() function