Home
last modified time | relevance | path

Searched refs:remaining_pages_total (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/mm/
A Dmemory.c1859 unsigned long remaining_pages_total = *num; in insert_pages() local
1869 remaining_pages_total, PTRS_PER_PTE - pte_index(addr)); in insert_pages()
1887 remaining_pages_total -= pte_idx; in insert_pages()
1895 remaining_pages_total -= batch_size; in insert_pages()
1897 if (remaining_pages_total) in insert_pages()
1901 *num = remaining_pages_total; in insert_pages()

Completed in 11 milliseconds