Searched defs:__get_user_pages_fast (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dgup.c779 * __get_user_pages_fast implementation that can pin pages. Thus it's still
940 int __get_user_pages_fast(unsigned long start, int nr_pages, int write, function
1007 nr = __get_user_pages_fast(start, nr_pages, write, pages);
H A Dutil.c208 int __weak __get_user_pages_fast(unsigned long start, function
213 EXPORT_SYMBOL_GPL(__get_user_pages_fast); variable

Completed in 52 milliseconds