Stop issuing pre-assigned number to enumerate all page table pages, instead automatically calculate next free index. This index in fact does not serve any purpose except to be unique to satisfy vm_page_grab() interface. We do not look up the page by the index later.
Reported by: emaste
PR: 223906