Searched refs:free_commits (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h334 SH_TAILQ_HEAD(__free) free_commits;/* free list of commit structs. */ member in struct:__log
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog.c259 SH_TAILQ_INIT(&lp->free_commits);
874 while ((commit = SH_TAILQ_FIRST(&lp->free_commits,
876 SH_TAILQ_REMOVE(&lp->free_commits, commit, links,
H A Dlog_put.c931 &lp->free_commits, __db_commit)) == NULL) {
944 &lp->free_commits, commit, links, __db_commit);
972 &lp->free_commits, commit, links, __db_commit);

Completed in 80 milliseconds