Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Ddsl_synctask.c105 VERIFY(txg_list_add_tail(&dp->dp_sync_tasks, &dst, dst.dst_txg)); in dsl_sync_task()
136 VERIFY(txg_list_add_tail(&dp->dp_sync_tasks, dst, dst->dst_txg)); in dsl_sync_task_nowait()
Ddsl_pool.c267 txg_list_create(&dp->dp_sync_tasks, in dsl_pool_open_impl()
417 txg_list_destroy(&dp->dp_sync_tasks); in dsl_pool_close()
675 if (!txg_list_empty(&dp->dp_sync_tasks, txg)) { in dsl_pool_sync()
682 while ((dst = txg_list_remove(&dp->dp_sync_tasks, txg)) != NULL) in dsl_pool_sync()
Dspa_misc.c2166 return (!txg_all_lists_empty(&spa->spa_dsl_pool->dp_sync_tasks)); in spa_has_pending_synctask()
Dspa.c7023 ASSERT(txg_list_empty(&dp->dp_sync_tasks, txg)); in spa_sync()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Ddsl_pool.h123 txg_list_t dp_sync_tasks; member