Lines Matching refs:total_pages
1624 int total_pages; /* total allocated pages */
1634 ctx->total_pages = 0;
1635 while (ctx->total_pages < R5L_RECOVERY_PAGE_POOL_SIZE) {
1640 ctx->ra_pool[ctx->total_pages] = page;
1641 ctx->total_pages += 1;
1644 if (ctx->total_pages == 0)
1656 for (i = 0; i < ctx->total_pages; ++i)
1662 * In normal cases, ctx->valid_pages == ctx->total_pages after the call.
1664 * ctx->valid_pages could be smaller than ctx->total_pages
1680 while (ctx->valid_pages < ctx->total_pages) {