Searched defs:dmu_tx_try_assign (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c644 * dmu_tx_try_assign()).
1156 dmu_tx_try_assign(dmu_tx_t *tx, txg_how_t txg_how) function
1336 while ((err = dmu_tx_try_assign(tx, txg_how)) != 0) {
1361 * dmu_tx_try_assign() has determined that we need to wait

Completed in 72 milliseconds