Searched refs:dp_sync_tasks (Results 1 – 5 of 5) sorted by relevance
83 &dp->dp_early_sync_tasks : &dp->dp_sync_tasks; in dsl_sync_task_common()187 &dp->dp_early_sync_tasks : &dp->dp_sync_tasks; in dsl_sync_task_nowait_common()
205 txg_list_create(&dp->dp_sync_tasks, spa, in dsl_pool_open_impl()396 txg_list_destroy(&dp->dp_sync_tasks); in dsl_pool_close()786 if (!txg_list_empty(&dp->dp_sync_tasks, txg)) { in dsl_pool_sync()793 while ((dst = txg_list_remove(&dp->dp_sync_tasks, txg)) != NULL) in dsl_pool_sync()
2476 return (!txg_all_lists_empty(&spa->spa_dsl_pool->dp_sync_tasks) || in spa_has_pending_synctask()
8987 ASSERT(txg_list_empty(&dp->dp_sync_tasks, txg));
133 txg_list_t dp_sync_tasks; member