Searched refs:txnp (Results 1 – 1 of 1) sorted by relevance
376 txn_commit(txnp) in txn_commit() argument377 DB_TXN *txnp; in txn_commit()383 mgr = txnp->mgrp;386 if ((ret = __txn_check_running(txnp, NULL)) != 0)397 !IS_ZERO_LSN(txnp->last_lsn)) {398 if (txnp->parent == NULL)399 ret = __txn_regop_log(logp, txnp, &txnp->last_lsn,403 ret = __txn_child_log(logp, txnp, &txnp->last_lsn, 0,404 TXN_COMMIT, txnp->parent->txnid);415 if (txnp->parent == NULL)[all …]