Searched refs:txg_how (Results 1 – 4 of 4) sorted by relevance
856 dmu_tx_try_assign(dmu_tx_t *tx, uint64_t txg_how) in dmu_tx_try_assign() argument880 !(txg_how & TXG_WAIT)) in dmu_tx_try_assign()1017 dmu_tx_assign(dmu_tx_t *tx, uint64_t txg_how) in dmu_tx_assign() argument1022 ASSERT0(txg_how & ~(TXG_WAIT | TXG_NOTHROTTLE)); in dmu_tx_assign()1026 IMPLY((txg_how & TXG_WAIT), !dsl_pool_config_held(tx->tx_pool)); in dmu_tx_assign()1028 if ((txg_how & TXG_NOTHROTTLE)) in dmu_tx_assign()1031 while ((err = dmu_tx_try_assign(tx, txg_how)) != 0) { in dmu_tx_assign()1034 if (err != ERESTART || !(txg_how & TXG_WAIT)) in dmu_tx_assign()
142 int dmu_tx_assign(dmu_tx_t *tx, uint64_t txg_how);
790 int dmu_tx_assign(dmu_tx_t *tx, uint64_t txg_how);
1617 ztest_tx_assign(dmu_tx_t *tx, uint64_t txg_how, const char *tag) in ztest_tx_assign() argument1625 error = dmu_tx_assign(tx, txg_how); in ztest_tx_assign()1628 ASSERT(txg_how == TXG_NOWAIT); in ztest_tx_assign()