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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Ddb_verify.h93 db_pgno_t pgs_remaining; /* For dbp->db_feedback(). */ member in struct:__vrfy_dbinfo
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Ddb_verify.h93 db_pgno_t pgs_remaining; /* For dbp->db_feedback(). */ member in struct:__vrfy_dbinfo
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Ddb_verify.h93 db_pgno_t pgs_remaining; /* For dbp->db_feedback(). */ member in struct:__vrfy_dbinfo
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db/
H A Ddb_vrfy.c883 * The solution is to decrement a counter vdp->pgs_remaining each time
890 vdp->pgs_remaining = vdp->last_pgno + 1;
1645 if (vdp->pgs_remaining > 0)
1646 vdp->pgs_remaining--;
1649 progress = 100 - (int)(vdp->pgs_remaining * 50 / (vdp->last_pgno + 1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db/
H A Ddb_vrfy.c883 * The solution is to decrement a counter vdp->pgs_remaining each time
890 vdp->pgs_remaining = vdp->last_pgno + 1;
1645 if (vdp->pgs_remaining > 0)
1646 vdp->pgs_remaining--;
1649 progress = 100 - (int)(vdp->pgs_remaining * 50 / (vdp->last_pgno + 1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db/
H A Ddb_vrfy.c883 * The solution is to decrement a counter vdp->pgs_remaining each time
890 vdp->pgs_remaining = vdp->last_pgno + 1;
1645 if (vdp->pgs_remaining > 0)
1646 vdp->pgs_remaining--;
1649 progress = 100 - (int)(vdp->pgs_remaining * 50 / (vdp->last_pgno + 1));

Completed in 187 milliseconds