Searched refs:txn_chain (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dtxn.h105 TAILQ_HEAD(_chain, __db_txn) txn_chain; member in struct:__db_txnmgr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_failchk.c84 TAILQ_INSERT_TAIL(&mgr->txn_chain, txn, links);
H A Dtxn_region.c35 TAILQ_INIT(&mgr->txn_chain);
242 if (TAILQ_FIRST(&mgr->txn_chain) != NULL) {
243 while ((txn = TAILQ_FIRST(&mgr->txn_chain)) != NULL) {
H A Dtxn_recover.c239 TAILQ_INSERT_TAIL(&mgr->txn_chain, txns[i].txn, links);
H A Dtxn.c465 TAILQ_INSERT_TAIL(&mgr->txn_chain, txn, links);
954 TAILQ_REMOVE(&mgr->txn_chain, txn, links);
1423 TAILQ_REMOVE(&mgr->txn_chain, txn, links);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dclient.c279 while ((txnp = TAILQ_FIRST(&tmgrp->txn_chain)) != NULL)
320 TAILQ_REMOVE(&mgr->txn_chain, txnp, links);
343 * In DB library the txn_chain is protected by the mgrp->mutexp.
350 TAILQ_INSERT_TAIL(&txn->mgrp->txn_chain, txn, links);
H A Dgen_client_ret.c83 TAILQ_INIT(&tmgrp->txn_chain);

Completed in 141 milliseconds