Lines Matching refs:total_pages
1627 int total_pages; /* total allocated pages */
1642 ctx->total_pages = 0;
1643 while (ctx->total_pages < R5L_RECOVERY_PAGE_POOL_SIZE) {
1648 ctx->ra_pool[ctx->total_pages] = page;
1649 ctx->total_pages += 1;
1652 if (ctx->total_pages == 0) {
1666 for (i = 0; i < ctx->total_pages; ++i)
1673 * In normal cases, ctx->valid_pages == ctx->total_pages after the call.
1675 * ctx->valid_pages could be smaller than ctx->total_pages
1689 while (ctx->valid_pages < ctx->total_pages) {