Searched refs:pgs_remaining (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_verify.h93 db_pgno_t pgs_remaining; /* For dbp->db_feedback(). */ member in struct:__vrfy_dbinfo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfy.c844 * The solution is to decrement a counter vdp->pgs_remaining each time
851 vdp->pgs_remaining = vdp->last_pgno + 1;
1600 if (vdp->pgs_remaining > 0)
1601 vdp->pgs_remaining--;
1604 progress = 100 - (int)(vdp->pgs_remaining * 50 / (vdp->last_pgno + 1));

Completed in 48 milliseconds