Searched refs:__mm_populate (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/
H A Dmlock.c664 error = __mm_populate(start, len, 0);
H A Dgup.c1756 * __mm_populate - populate and/or mlock pages within a range of address space.
1762 int __mm_populate(unsigned long start, unsigned long len, int ignore_errors) function
/linux-master/include/linux/
H A Dmm.h3408 extern int __mm_populate(unsigned long addr, unsigned long len,
3413 (void) __mm_populate(addr, len, 1);

Completed in 213 milliseconds