Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dgup.c1131 * __get_user_pages() - pin user pages in memory
1154 * __get_user_pages walks a process's page tables and takes a reference to
1160 * __get_user_pages returns, and there may even be a completely different
1181 * instead of __get_user_pages. __get_user_pages should be used only if
1184 static long __get_user_pages(struct mm_struct *mm, in __get_user_pages() function
1461 * Please note that this function, unlike __get_user_pages(), will not return 0
1504 ret = __get_user_pages(mm, start, nr_pages, flags, pages, in __get_user_pages_locked()
1568 ret = __get_user_pages(mm, start, 1, flags | FOLL_TRIED, in __get_user_pages_locked()
1666 ret = __get_user_pages(m in populate_vma_page_range()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dgup.c968 * __get_user_pages() - pin user pages in memory
995 * __get_user_pages walks a process's page tables and takes a reference to
1001 * __get_user_pages returns, and there may even be a completely different
1024 * instead of __get_user_pages. __get_user_pages should be used only if
1027 static long __get_user_pages(struct mm_struct *mm, in __get_user_pages() function
1250 * Please note that this function, unlike __get_user_pages will not
1289 ret = __get_user_pages(mm, start, nr_pages, flags, pages, in __get_user_pages_locked()
1349 ret = __get_user_pages(mm, start, 1, flags | FOLL_TRIED, in __get_user_pages_locked()
1436 return __get_user_pages(m in populate_vma_page_range()
[all...]

Completed in 6 milliseconds