Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg.h94 extern boolean_t txg_wait_synced_sig(struct dsl_pool *dp, uint64_t txg);
/f-stack/freebsd/contrib/openzfs/module/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.c722 txg_wait_synced_sig(dsl_pool_t *dp, uint64_t txg) in txg_wait_synced_sig() function