Searched refs:txg_how (Results 1 – 4 of 4) sorted by relevance
879 dmu_tx_try_assign(dmu_tx_t *tx, uint64_t txg_how) in dmu_tx_try_assign() argument899 !(txg_how & TXG_WAIT)) in dmu_tx_try_assign()1013 dmu_tx_assign(dmu_tx_t *tx, uint64_t txg_how) in dmu_tx_assign() argument1018 ASSERT0(txg_how & ~(TXG_WAIT | TXG_NOTHROTTLE)); in dmu_tx_assign()1022 IMPLY((txg_how & TXG_WAIT), !dsl_pool_config_held(tx->tx_pool)); in dmu_tx_assign()1024 if ((txg_how & TXG_NOTHROTTLE)) in dmu_tx_assign()1027 while ((err = dmu_tx_try_assign(tx, txg_how)) != 0) { in dmu_tx_assign()1030 if (err != ERESTART || !(txg_how & TXG_WAIT)) in dmu_tx_assign()
116 int dmu_tx_assign(dmu_tx_t *tx, uint64_t txg_how);
730 int dmu_tx_assign(dmu_tx_t *tx, uint64_t txg_how);
1355 ztest_tx_assign(dmu_tx_t *tx, uint64_t txg_how, const char *tag) in ztest_tx_assign() argument1363 error = dmu_tx_assign(tx, txg_how); in ztest_tx_assign()1366 ASSERT(txg_how == TXG_NOWAIT); in ztest_tx_assign()