Lines Matching refs:links
337 SH_TAILQ_INSERT_HEAD(&mgr->region->active_txn, td, links, __txn_detail);
361 TAILQ_INSERT_TAIL(&mgr->txn_chain, txn, links);
644 tp, links, __txn_detail);
658 * If the transaction aborted, we can remove it from its parent links.
668 TAILQ_REMOVE(&mgr->txn_chain, txnp, links);
806 txnp = SH_TAILQ_NEXT(txnp, links, __txn_detail)) {
964 txnp = SH_TAILQ_NEXT(txnp, links, __txn_detail)) {
1003 tp, links, __txn_detail);
1012 TAILQ_REMOVE(&mgr->txn_chain, kids, links);
1024 * follow the links in the transaction region.