Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dmemory.c1741 unsigned long remaining_pages_total = *num; in insert_pages() local
1751 remaining_pages_total, PTRS_PER_PTE - pte_index(addr)); in insert_pages()
1769 remaining_pages_total -= pte_idx; in insert_pages()
1777 remaining_pages_total -= batch_size; in insert_pages()
1779 if (remaining_pages_total) in insert_pages()
1783 *num = remaining_pages_total; in insert_pages()
/kernel/linux/linux-6.6/mm/
H A Dmemory.c1909 unsigned long remaining_pages_total = *num; in insert_pages() local
1919 remaining_pages_total, PTRS_PER_PTE - pte_index(addr)); in insert_pages()
1941 remaining_pages_total -= pte_idx; in insert_pages()
1949 remaining_pages_total -= batch_size; in insert_pages()
1951 if (remaining_pages_total) in insert_pages()
1955 *num = remaining_pages_total; in insert_pages()

Completed in 15 milliseconds