Home
last modified time | relevance | path

Searched refs:pending_ckp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c106 ZERO_LSN(txn_region->pending_ckp);
800 if (!IS_ZERO_LSN(mgr->region->pending_ckp))
801 ckp_lsn = mgr->region->pending_ckp;
817 mgr->region->pending_ckp = ckp_lsn;
840 ZERO_LSN(mgr->region->pending_ckp);
953 stats->st_pending_ckp = mgr->region->pending_ckp;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dtxn.h99 DB_LSN pending_ckp; /* last checkpoint did not finish */ member